Html Css Color HEX #BB8908 Dark Goldenrod

📋 copy color: '#BB8908'

red 187 ◦ green 137 ◦ blue 8

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

Shades of Dark Goldenrod #BB8908

Tints of Dark Goldenrod #BB8908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 56.33%
G = 41.27%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB8908 (or 0xBB8908) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 08. RGB value is (187,137,8). Sum of RGB (Red+Green+Blue) = 187+137+8=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8908 is #4476F7. Grayscale: #898989. Windows color (decimal): -4486904 or 559547. OLE color: 559547.

HSL color Cylindrical-coordinate representation of color #BB8908: hue angle of 43.24º 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 #BB8908 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 8 -
CMYK 0 0.27 0.96 0.27
HSL 43.24º 0.92% 0.38% -
HSV(B) 43.24º 0.96% 0.73% -
XYZ 29.48 28.47 4.17 -
YUV 137.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 187 137 8 0 0.27 0.96 0.27 43.24 0.92 0.38
Hex BB 89 8 0 1B 60 1B 2B 5C 26
Octal 273 211 10 0 33 140 33 53 134 46
Binary 10111011 10001001 1000 0 11011 1100000 11011 101011 1011100 100110

Color Harmonies of #BB8908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8908

Black with #BB8908

Text Example


Text Example

White with #BB8908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8908; }

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

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

background-color css

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

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

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

border-color css

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

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

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