Html Css Color HEX #B37616 Dark Goldenrod

📋 copy color: '#B37616'

red 179 ◦ green 118 ◦ blue 22

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

Shades of Dark Goldenrod #B37616

Tints of Dark Goldenrod #B37616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 56.11%
G = 36.99%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B37616 (or 0xB37616) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 16. RGB value is (179,118,22). Sum of RGB (Red+Green+Blue) = 179+118+22=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B37616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37616 is #4C89E9. Grayscale: #7D7D7D. Windows color (decimal): -5016042 or 1472179. OLE color: 1472179.

HSL color Cylindrical-coordinate representation of color #B37616: hue angle of 36.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B37616 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 118 22 -
CMYK 0 0.34 0.88 0.30
HSL 36.69º 0.78% 0.39% -
HSV(B) 36.69º 0.88% 0.7% -
XYZ 25.21 22.6 3.79 -
YUV 125.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 179 118 22 0 0.34 0.88 0.30 36.69 0.78 0.39
Hex B3 76 16 0 22 58 1E 25 4E 27
Octal 263 166 26 0 42 130 36 45 116 47
Binary 10110011 1110110 10110 0 100010 1011000 11110 100101 1001110 100111

Color Harmonies of #B37616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37616

Black with #B37616

Text Example


Text Example

White with #B37616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37616; }

 p { color: rgb(179,118,22); }

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

background-color css

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

 a { background-color: rgb(179,118,22); }

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

border-color css

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

 span { border-color: rgb(179,118,22); }

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