Html Css Color HEX #BB8408 Dark Goldenrod

📋 copy color: '#BB8408'

red 187 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #BB8408

Tints of Dark Goldenrod #BB8408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 57.19%
G = 40.37%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB8408 (or 0xBB8408) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 08. RGB value is (187,132,8). Sum of RGB (Red+Green+Blue) = 187+132+8=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8408 is #447BF7. Grayscale: #868686. Windows color (decimal): -4488184 or 558267. OLE color: 558267.

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

Color convert

RGB 187 132 8 -
CMYK 0 0.29 0.96 0.27
HSL 41.56º 0.92% 0.38% -
HSV(B) 41.56º 0.96% 0.73% -
XYZ 28.79 27.08 3.94 -
YUV 134.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 187 132 8 0 0.29 0.96 0.27 41.56 0.92 0.38
Hex BB 84 8 0 1D 60 1B 2A 5C 26
Octal 273 204 10 0 35 140 33 52 134 46
Binary 10111011 10000100 1000 0 11101 1100000 11011 101010 1011100 100110

Color Harmonies of #BB8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8408

Black with #BB8408

Text Example


Text Example

White with #BB8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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