Html Css Color HEX #B37010 Dark Goldenrod

📋 copy color: '#B37010'

red 179 ◦ green 112 ◦ blue 16

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

Shades of Dark Goldenrod #B37010

Tints of Dark Goldenrod #B37010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 58.31%
G = 36.48%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B37010 (or 0xB37010) is known color: Dark Goldenrod. HEX triplet: B3, 70 and 10. RGB value is (179,112,16). Sum of RGB (Red+Green+Blue) = 179+112+16=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B37010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37010 is #4C8FEF. Grayscale: #797979. Windows color (decimal): -5017584 or 1077427. OLE color: 1077427.

HSL color Cylindrical-coordinate representation of color #B37010: hue angle of 35.34º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B37010 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 16 -
CMYK 0 0.37 0.91 0.30
HSL 35.34º 0.84% 0.38% -
HSV(B) 35.34º 0.91% 0.7% -
XYZ 24.48 21.21 3.29 -
YUV 121.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 179 112 16 0 0.37 0.91 0.30 35.34 0.84 0.38
Hex B3 70 10 0 25 5B 1E 23 54 26
Octal 263 160 20 0 45 133 36 43 124 46
Binary 10110011 1110000 10000 0 100101 1011011 11110 100011 1010100 100110

Color Harmonies of #B37010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37010

Black with #B37010

Text Example


Text Example

White with #B37010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37010; }

 p { color: rgb(179,112,16); }

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

background-color css

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

 a { background-color: rgb(179,112,16); }

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

border-color css

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

 span { border-color: rgb(179,112,16); }

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