Html Css Color HEX #B57508 Dark Goldenrod

📋 copy color: '#B57508'

red 181 ◦ green 117 ◦ blue 8

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

Shades of Dark Goldenrod #B57508

Tints of Dark Goldenrod #B57508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 59.15%
G = 38.24%
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

#B57508 (or 0xB57508) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 08. RGB value is (181,117,8). Sum of RGB (Red+Green+Blue) = 181+117+8=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B57508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57508 is #4A8AF7. Grayscale: #7C7C7C. Windows color (decimal): -4885240 or 554421. OLE color: 554421.

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

Color convert

RGB 181 117 8 -
CMYK 0 0.35 0.96 0.29
HSL 37.8º 0.92% 0.37% -
HSV(B) 37.8º 0.96% 0.71% -
XYZ 25.46 22.56 3.24 -
YUV 123.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 181 117 8 0 0.35 0.96 0.29 37.8 0.92 0.37
Hex B5 75 8 0 23 60 1D 26 5C 25
Octal 265 165 10 0 43 140 35 46 134 45
Binary 10110101 1110101 1000 0 100011 1100000 11101 100110 1011100 100101

Color Harmonies of #B57508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57508

Black with #B57508

Text Example


Text Example

White with #B57508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57508; }

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

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

background-color css

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

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

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

border-color css

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

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

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