Html Css Color HEX #B77006 Dark Goldenrod

📋 copy color: '#B77006'

red 183 ◦ green 112 ◦ blue 6

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

Shades of Dark Goldenrod #B77006

Tints of Dark Goldenrod #B77006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 60.8%
G = 37.21%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B77006 (or 0xB77006) is known color: Dark Goldenrod. HEX triplet: B7, 70 and 06. RGB value is (183,112,6). Sum of RGB (Red+Green+Blue) = 183+112+6=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B77006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77006 is #488FF9. Grayscale: #797979. Windows color (decimal): -4755450 or 422071. OLE color: 422071.

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

Color convert

RGB 183 112 6 -
CMYK 0 0.39 0.97 0.28
HSL 35.93º 0.94% 0.37% -
HSV(B) 35.93º 0.97% 0.72% -
XYZ 25.36 21.67 3.02 -
YUV 121.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 183 112 6 0 0.39 0.97 0.28 35.93 0.94 0.37
Hex B7 70 6 0 27 61 1C 24 5E 25
Octal 267 160 6 0 47 141 34 44 136 45
Binary 10110111 1110000 110 0 100111 1100001 11100 100100 1011110 100101

Color Harmonies of #B77006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77006

Black with #B77006

Text Example


Text Example

White with #B77006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77006; }

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

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

background-color css

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

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

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

border-color css

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

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

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