Html Css Color HEX #B47112 Dark Goldenrod

📋 copy color: '#B47112'

red 180 ◦ green 113 ◦ blue 18

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

Shades of Dark Goldenrod #B47112

Tints of Dark Goldenrod #B47112

RGB

 RED value IS 180 (70.7% from 255) = 57.88%

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

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

R = 57.88%
G = 36.33%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B47112 (or 0xB47112) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 12. RGB value is (180,113,18). Sum of RGB (Red+Green+Blue) = 180+113+18=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B47112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47112 is #4B8EED. Grayscale: #7A7A7A. Windows color (decimal): -4951790 or 1208756. OLE color: 1208756.

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

Color convert

RGB 180 113 18 -
CMYK 0 0.37 0.9 0.29
HSL 35.19º 0.82% 0.39% -
HSV(B) 35.19º 0.9% 0.71% -
XYZ 24.84 21.56 3.42 -
YUV 122.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 180 113 18 0 0.37 0.9 0.29 35.19 0.82 0.39
Hex B4 71 12 0 25 5A 1D 23 52 27
Octal 264 161 22 0 45 132 35 43 122 47
Binary 10110100 1110001 10010 0 100101 1011010 11101 100011 1010010 100111

Color Harmonies of #B47112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47112

Black with #B47112

Text Example


Text Example

White with #B47112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47112; }

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

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

background-color css

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

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

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

border-color css

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

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

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