Html Css Color HEX #B57806 Dark Goldenrod

📋 copy color: '#B57806'

red 181 ◦ green 120 ◦ blue 6

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

Shades of Dark Goldenrod #B57806

Tints of Dark Goldenrod #B57806

RGB

 RED value IS 181 (71.09% from 255) = 58.96%

 GREEN value IS 120 (47.27% from 255) = 39.09%

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

R = 58.96%
G = 39.09%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B57806 (or 0xB57806) is known color: Dark Goldenrod. HEX triplet: B5, 78 and 06. RGB value is (181,120,6). Sum of RGB (Red+Green+Blue) = 181+120+6=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B57806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57806 is #4A87F9. Grayscale: #7D7D7D. Windows color (decimal): -4884474 or 424117. OLE color: 424117.

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

Color convert

RGB 181 120 6 -
CMYK 0 0.34 0.97 0.29
HSL 39.09º 0.94% 0.37% -
HSV(B) 39.09º 0.97% 0.71% -
XYZ 25.81 23.27 3.3 -
YUV 125.24 60.71 167.77 -
System Red Green Blue C M Y K H S L
Decimal 181 120 6 0 0.34 0.97 0.29 39.09 0.94 0.37
Hex B5 78 6 0 22 61 1D 27 5E 25
Octal 265 170 6 0 42 141 35 47 136 45
Binary 10110101 1111000 110 0 100010 1100001 11101 100111 1011110 100101

Color Harmonies of #B57806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57806

Black with #B57806

Text Example


Text Example

White with #B57806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57806; }

 p { color: rgb(181,120,6); }

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

background-color css

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

 a { background-color: rgb(181,120,6); }

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

border-color css

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

 span { border-color: rgb(181,120,6); }

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