Html Css Color HEX #B57208 Dark Goldenrod

📋 copy color: '#B57208'

red 181 ◦ green 114 ◦ blue 8

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

Shades of Dark Goldenrod #B57208

Tints of Dark Goldenrod #B57208

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 59.74%
G = 37.62%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B57208 (or 0xB57208) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 08. RGB value is (181,114,8). Sum of RGB (Red+Green+Blue) = 181+114+8=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B57208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57208 is #4A8DF7. Grayscale: #7A7A7A. Windows color (decimal): -4886008 or 553653. OLE color: 553653.

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

Color convert

RGB 181 114 8 -
CMYK 0 0.37 0.96 0.29
HSL 36.76º 0.92% 0.37% -
HSV(B) 36.76º 0.96% 0.71% -
XYZ 25.12 21.88 3.13 -
YUV 121.95 63.7 170.12 -
System Red Green Blue C M Y K H S L
Decimal 181 114 8 0 0.37 0.96 0.29 36.76 0.92 0.37
Hex B5 72 8 0 25 60 1D 25 5C 25
Octal 265 162 10 0 45 140 35 45 134 45
Binary 10110101 1110010 1000 0 100101 1100000 11101 100101 1011100 100101

Color Harmonies of #B57208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57208

Black with #B57208

Text Example


Text Example

White with #B57208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57208; }

 p { color: rgb(181,114,8); }

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

background-color css

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

 a { background-color: rgb(181,114,8); }

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

border-color css

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

 span { border-color: rgb(181,114,8); }

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