Html Css Color HEX #BB840B Dark Goldenrod

📋 copy color: '#BB840B'

red 187 ◦ green 132 ◦ blue 11

#BB840B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BB840B

Tints of Dark Goldenrod #BB840B

RGB

 RED value IS 187 (73.44% from 255) = 56.67%

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 56.67%
G = 40%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB840B (or 0xBB840B) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 0B. RGB value is (187,132,11). Sum of RGB (Red+Green+Blue) = 187+132+11=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB840B is #447BF4. Grayscale: #878787. Windows color (decimal): -4488181 or 754875. OLE color: 754875.

HSL color Cylindrical-coordinate representation of color #BB840B: hue angle of 41.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB840B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 11 -
CMYK 0 0.29 0.94 0.27
HSL 41.25º 0.89% 0.39% -
HSV(B) 41.25º 0.94% 0.73% -
XYZ 28.81 27.09 4.03 -
YUV 134.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 187 132 11 0 0.29 0.94 0.27 41.25 0.89 0.39
Hex BB 84 B 0 1D 5E 1B 29 59 27
Octal 273 204 13 0 35 136 33 51 131 47
Binary 10111011 10000100 1011 0 11101 1011110 11011 101001 1011001 100111

Color Harmonies of #BB840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB840B

Black with #BB840B

Text Example


Text Example

White with #BB840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB840B; }

 p { color: rgb(187,132,11); }

 H1.HeaderClassName
 {
   color: #BB840B;
 }
 .AnyTagClassName
 {
   color: #BB840B;
 }
</style>

background-color css

<style>
 a { background-color: #BB840B; }

 a { background-color: rgb(187,132,11); }

 div.DivClassName
 {
   background-color: #BB840B;
 }
 .BgClassName
 {
   background-color: #BB840B;
 }
</style>

border-color css

<style>
 span { border-color: #BB840B; }

 span { border-color: rgb(187,132,11); }

 td.TdClassName
 {
   border-color: #BB840B;
 }
 .TagClassName
 {
   border-color: #BB840B;
 }
</style>