Html Css Color HEX #BB8904 Dark Goldenrod

📋 copy color: '#BB8904'

red 187 ◦ green 137 ◦ blue 4

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

Shades of Dark Goldenrod #BB8904

Tints of Dark Goldenrod #BB8904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 57.01%
G = 41.77%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB8904 (or 0xBB8904) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 04. RGB value is (187,137,4). Sum of RGB (Red+Green+Blue) = 187+137+4=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8904 is #4476FB. Grayscale: #898989. Windows color (decimal): -4486908 or 297403. OLE color: 297403.

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

Color convert

RGB 187 137 4 -
CMYK 0 0.27 0.98 0.27
HSL 43.61º 0.96% 0.37% -
HSV(B) 43.61º 0.98% 0.73% -
XYZ 29.46 28.46 4.06 -
YUV 136.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 187 137 4 0 0.27 0.98 0.27 43.61 0.96 0.37
Hex BB 89 4 0 1B 62 1B 2C 60 25
Octal 273 211 4 0 33 142 33 54 140 45
Binary 10111011 10001001 100 0 11011 1100010 11011 101100 1100000 100101

Color Harmonies of #BB8904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8904

Black with #BB8904

Text Example


Text Example

White with #BB8904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8904; }

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

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

background-color css

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

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

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

border-color css

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

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

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