Html Css Color HEX #B77004 Dark Goldenrod

📋 copy color: '#B77004'

red 183 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #B77004

Tints of Dark Goldenrod #B77004

RGB

 RED value IS 183 (71.88% from 255) = 61.2%

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

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

R = 61.2%
G = 37.46%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B77004 (or 0xB77004) is known color: Dark Goldenrod. HEX triplet: B7, 70 and 04. RGB value is (183,112,4). Sum of RGB (Red+Green+Blue) = 183+112+4=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B77004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77004 is #488FFB. Grayscale: #797979. Windows color (decimal): -4755452 or 290999. OLE color: 290999.

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

Color convert

RGB 183 112 4 -
CMYK 0 0.39 0.98 0.28
HSL 36.2º 0.96% 0.37% -
HSV(B) 36.2º 0.98% 0.72% -
XYZ 25.34 21.66 2.96 -
YUV 120.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 183 112 4 0 0.39 0.98 0.28 36.2 0.96 0.37
Hex B7 70 4 0 27 62 1C 24 60 25
Octal 267 160 4 0 47 142 34 44 140 45
Binary 10110111 1110000 100 0 100111 1100010 11100 100100 1100000 100101

Color Harmonies of #B77004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77004

Black with #B77004

Text Example


Text Example

White with #B77004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77004; }

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

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

background-color css

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

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

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

border-color css

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

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

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