Html Css Color HEX #B37112 Dark Goldenrod

📋 copy color: '#B37112'

red 179 ◦ green 113 ◦ blue 18

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

Shades of Dark Goldenrod #B37112

Tints of Dark Goldenrod #B37112

RGB

 RED value IS 179 (70.31% from 255) = 57.74%

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

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

R = 57.74%
G = 36.45%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B37112 (or 0xB37112) is known color: Dark Goldenrod. HEX triplet: B3, 71 and 12. RGB value is (179,113,18). Sum of RGB (Red+Green+Blue) = 179+113+18=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B37112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37112 is #4C8EED. Grayscale: #7A7A7A. Windows color (decimal): -5017326 or 1208755. OLE color: 1208755.

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

Color convert

RGB 179 113 18 -
CMYK 0 0.37 0.90 0.30
HSL 35.4º 0.82% 0.39% -
HSV(B) 35.4º 0.9% 0.7% -
XYZ 24.6 21.44 3.41 -
YUV 121.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 179 113 18 0 0.37 0.90 0.30 35.4 0.82 0.39
Hex B3 71 12 0 25 5A 1E 23 52 27
Octal 263 161 22 0 45 132 36 43 122 47
Binary 10110011 1110001 10010 0 100101 1011010 11110 100011 1010010 100111

Color Harmonies of #B37112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37112

Black with #B37112

Text Example


Text Example

White with #B37112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37112; }

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

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

background-color css

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

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

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

border-color css

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

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

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