Html Css Color HEX #B57108 Dark Goldenrod

📋 copy color: '#B57108'

red 181 ◦ green 113 ◦ blue 8

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

Shades of Dark Goldenrod #B57108

Tints of Dark Goldenrod #B57108

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 59.93%
G = 37.42%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B57108 (or 0xB57108) is known color: Dark Goldenrod. HEX triplet: B5, 71 and 08. RGB value is (181,113,8). Sum of RGB (Red+Green+Blue) = 181+113+8=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B57108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57108 is #4A8EF7. Grayscale: #797979. Windows color (decimal): -4886264 or 553397. OLE color: 553397.

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

Color convert

RGB 181 113 8 -
CMYK 0 0.38 0.96 0.29
HSL 36.42º 0.92% 0.37% -
HSV(B) 36.42º 0.96% 0.71% -
XYZ 25.01 21.65 3.09 -
YUV 121.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 181 113 8 0 0.38 0.96 0.29 36.42 0.92 0.37
Hex B5 71 8 0 26 60 1D 24 5C 25
Octal 265 161 10 0 46 140 35 44 134 45
Binary 10110101 1110001 1000 0 100110 1100000 11101 100100 1011100 100101

Color Harmonies of #B57108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57108

Black with #B57108

Text Example


Text Example

White with #B57108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57108; }

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

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

background-color css

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

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

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

border-color css

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

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

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