COLOR #BB983D

HEX: #BB983D
RGB: (187,152,61)

Color info

#BB983D contains mainly red and green colors. Web safe color of #BB983D is #CC9933 (or #C93).

RGB color model

#BB983D color RGB value is (187,152,61).

  • red value is 187;
  • green value is 152;
  • blue value is 61.
RGB:
(187,152,61)
(73%,60%,24%)

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 61 of 255 = 24%

187
152
61

R + G + B ~ 52%. #BB983D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 61 = 400 (100%)
R 187 of 400 ~ 46.75%
G 152 of 400 ~ 38%
B 61 of 400 ~ 15.25%

%46.75
%38
%15.25

CMYK color model

#BB983D color CMYK value is (0,19,67,27).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 67.38%
  • key color value is 26.67%
CMYK:
(0,19,67,27)
C0M19Y67K27 
(0%,19%,67%,27%)
(0.00/0.19/0.67/0.27)	

CMYK percentages

%0
%18.72
%67.38
%26.67

Codes

Color #BB983D in popluar color models

BB983D
RGB18715261
HSL43°50.81%48.63%
HSB/HSV43°67.38%73.33%
CMYK0.00%18.72%67.38%
26.67%

Color #BB983D in popluar number systems.

HEXBB983D
Decimal18715261
Binary1011101110011000111101
Octal27323075

Shades and tints

Shades of #BB983D

#BB983D
(187,152,61)
#AA8B38
(170,139,56)
#997E33
(153,126,51)
#88712E
(136,113,46)
#776429
(119,100,41)
#665724
(102,87,36)
#554A1F
(85,74,31)
#443D1A
(68,61,26)
#333015
(51,48,21)
#222310
(34,35,16)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #BB983D

#BB983D
(187,152,61)
#C1A14E
(193,161,78)
#C7AA5F
(199,170,95)
#CDB370
(205,179,112)
#D3BC81
(211,188,129)
#D9C592
(217,197,146)
#DFCEA3
(223,206,163)
#E5D7B4
(229,215,180)
#EBE0C5
(235,224,197)
#F1E9D6
(241,233,214)
#F7F2E7
(247,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB983D color. Also use rgb(187,152,61) instead hex code.

Text Font Color

.myTextColor { color: #BB983D; }

<p style="color:#BB983D">This sample text font color is #BB983D.</p>

This text font color is #BB983D.


Background Color

.myBgColor { background-color: #BB983D; }

<div style="background-color:#BB983D">Inner text</div>

This div background color is #BB983D.


Border color

.myBorderColor { border: 1px solid #BB983D; }

<div style="border:3px solid #BB983D">Div</div>

This div border color is #BB983D.


Opacity

.myOpacity80 { color: #BB983D; opacity: 0.8; }

<p style="color:#BB983D;opacity:0.8;">80%</p>

Text with #BB983D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB983D;}

<p style="text-shadow: 3px 3px 1px #BB983D">Text here.</p>

This text has shadow with #BB983D color.

.textShadow {text-shadow: 3px 3px 1px #BB983D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB983D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB983D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB983D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB983D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB983D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB983D;
  -webkit-box-shadow:	1px 1px 3px 2px #BB983D;
  box-shadow:		1px 1px 3px 2px #BB983D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB983D;
-webkit-box-shadow: 1px 1px 3px 2px #BB983D;
box-shadow:1px 1px 3px 2px #BB983D;">
Div content here</div>
This div box has shadow with color #BB983D.

Preview

Color preview on black background

This text has color #BB983D on black background.


Color preview on white background

This text has color #BB983D on white background.



Black color preview on #BB983D background

This text has black color on #BB983D background.


White color preview on #BB983D background

This text has white color on #BB983D background.