Html Css Color HEX #BB7604 Dark Goldenrod

📋 copy color: '#BB7604'

red 187 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #BB7604

Tints of Dark Goldenrod #BB7604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.19%

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

R = 60.52%
G = 38.19%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7604 (or 0xBB7604) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 04. RGB value is (187,118,4). Sum of RGB (Red+Green+Blue) = 187+118+4=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7604 is #4489FB. Grayscale: #7E7E7E. Windows color (decimal): -4491772 or 292539. OLE color: 292539.

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

Color convert

RGB 187 118 4 -
CMYK 0 0.37 0.98 0.27
HSL 37.38º 0.96% 0.37% -
HSV(B) 37.38º 0.98% 0.73% -
XYZ 26.99 23.53 3.23 -
YUV 125.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 187 118 4 0 0.37 0.98 0.27 37.38 0.96 0.37
Hex BB 76 4 0 25 62 1B 25 60 25
Octal 273 166 4 0 45 142 33 45 140 45
Binary 10111011 1110110 100 0 100101 1100010 11011 100101 1100000 100101

Color Harmonies of #BB7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7604

Black with #BB7604

Text Example


Text Example

White with #BB7604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7604; }

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

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

background-color css

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

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

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

border-color css

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

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

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