Html Css Color HEX #B59112 Dark Goldenrod

📋 copy color: '#B59112'

red 181 ◦ green 145 ◦ blue 18

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

Shades of Dark Goldenrod #B59112

Tints of Dark Goldenrod #B59112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 52.62%
G = 42.15%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B59112 (or 0xB59112) is known color: Dark Goldenrod. HEX triplet: B5, 91 and 12. RGB value is (181,145,18). Sum of RGB (Red+Green+Blue) = 181+145+18=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B59112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59112 is #4A6EED. Grayscale: #8D8D8D. Windows color (decimal): -4878062 or 1216949. OLE color: 1216949.

HSL color Cylindrical-coordinate representation of color #B59112: hue angle of 46.75º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B59112 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 145 18 -
CMYK 0 0.20 0.90 0.29
HSL 46.75º 0.82% 0.39% -
HSV(B) 46.75º 0.9% 0.71% -
XYZ 29.29 30.12 4.84 -
YUV 141.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 181 145 18 0 0.20 0.90 0.29 46.75 0.82 0.39
Hex B5 91 12 0 14 5A 1D 2F 52 27
Octal 265 221 22 0 24 132 35 57 122 47
Binary 10110101 10010001 10010 0 10100 1011010 11101 101111 1010010 100111

Color Harmonies of #B59112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59112

Black with #B59112

Text Example


Text Example

White with #B59112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59112; }

 p { color: rgb(181,145,18); }

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

background-color css

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

 a { background-color: rgb(181,145,18); }

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

border-color css

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

 span { border-color: rgb(181,145,18); }

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