Html Css Color HEX #B57112 Dark Goldenrod

📋 copy color: '#B57112'

red 181 ◦ green 113 ◦ blue 18

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

Shades of Dark Goldenrod #B57112

Tints of Dark Goldenrod #B57112

RGB

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

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

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

R = 58.01%
G = 36.22%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B57112 (or 0xB57112) is known color: Dark Goldenrod. HEX triplet: B5, 71 and 12. RGB value is (181,113,18). Sum of RGB (Red+Green+Blue) = 181+113+18=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B57112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57112 is #4A8EED. Grayscale: #7A7A7A. Windows color (decimal): -4886254 or 1208757. OLE color: 1208757.

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

Color convert

RGB 181 113 18 -
CMYK 0 0.38 0.90 0.29
HSL 34.97º 0.82% 0.39% -
HSV(B) 34.97º 0.9% 0.71% -
XYZ 25.07 21.68 3.44 -
YUV 122.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 181 113 18 0 0.38 0.90 0.29 34.97 0.82 0.39
Hex B5 71 12 0 26 5A 1D 23 52 27
Octal 265 161 22 0 46 132 35 43 122 47
Binary 10110101 1110001 10010 0 100110 1011010 11101 100011 1010010 100111

Color Harmonies of #B57112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57112

Black with #B57112

Text Example


Text Example

White with #B57112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57112; }

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

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

background-color css

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

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

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

border-color css

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

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

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