Html Css Color HEX #BB7004 Dark Goldenrod

📋 copy color: '#BB7004'

red 187 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #BB7004

Tints of Dark Goldenrod #BB7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 61.72%
G = 36.96%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7004 (or 0xBB7004) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 04. RGB value is (187,112,4). Sum of RGB (Red+Green+Blue) = 187+112+4=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7004 is #448FFB. Grayscale: #7A7A7A. Windows color (decimal): -4493308 or 291003. OLE color: 291003.

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

Color convert

RGB 187 112 4 -
CMYK 0 0.40 0.98 0.27
HSL 35.41º 0.96% 0.37% -
HSV(B) 35.41º 0.98% 0.73% -
XYZ 26.31 22.16 3.01 -
YUV 122.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 187 112 4 0 0.40 0.98 0.27 35.41 0.96 0.37
Hex BB 70 4 0 28 62 1B 23 60 25
Octal 273 160 4 0 50 142 33 43 140 45
Binary 10111011 1110000 100 0 101000 1100010 11011 100011 1100000 100101

Color Harmonies of #BB7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7004

Black with #BB7004

Text Example


Text Example

White with #BB7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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