Html Css Color HEX #B57608 Dark Goldenrod

📋 copy color: '#B57608'

red 181 ◦ green 118 ◦ blue 8

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

Shades of Dark Goldenrod #B57608

Tints of Dark Goldenrod #B57608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 58.96%
G = 38.44%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B57608 (or 0xB57608) is known color: Dark Goldenrod. HEX triplet: B5, 76 and 08. RGB value is (181,118,8). Sum of RGB (Red+Green+Blue) = 181+118+8=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B57608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57608 is #4A89F7. Grayscale: #7C7C7C. Windows color (decimal): -4884984 or 554677. OLE color: 554677.

HSL color Cylindrical-coordinate representation of color #B57608: hue angle of 38.15º 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 #B57608 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 118 8 -
CMYK 0 0.35 0.96 0.29
HSL 38.15º 0.92% 0.37% -
HSV(B) 38.15º 0.96% 0.71% -
XYZ 25.58 22.8 3.28 -
YUV 124.3 62.37 168.44 -
System Red Green Blue C M Y K H S L
Decimal 181 118 8 0 0.35 0.96 0.29 38.15 0.92 0.37
Hex B5 76 8 0 23 60 1D 26 5C 25
Octal 265 166 10 0 43 140 35 46 134 45
Binary 10110101 1110110 1000 0 100011 1100000 11101 100110 1011100 100101

Color Harmonies of #B57608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57608

Black with #B57608

Text Example


Text Example

White with #B57608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57608; }

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

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

background-color css

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

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

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

border-color css

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

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

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