Html Css Color HEX #B37716 Dark Goldenrod

📋 copy color: '#B37716'

red 179 ◦ green 119 ◦ blue 22

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

Shades of Dark Goldenrod #B37716

Tints of Dark Goldenrod #B37716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 55.94%
G = 37.19%
B = 6.88%

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

#B37716 (or 0xB37716) is known color: Dark Goldenrod. HEX triplet: B3, 77 and 16. RGB value is (179,119,22). Sum of RGB (Red+Green+Blue) = 179+119+22=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B37716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37716 is #4C88E9. Grayscale: #7E7E7E. Windows color (decimal): -5015786 or 1472435. OLE color: 1472435.

HSL color Cylindrical-coordinate representation of color #B37716: hue angle of 37.07º 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 #B37716 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 119 22 -
CMYK 0 0.34 0.88 0.30
HSL 37.07º 0.78% 0.39% -
HSV(B) 37.07º 0.88% 0.7% -
XYZ 25.33 22.84 3.83 -
YUV 125.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 179 119 22 0 0.34 0.88 0.30 37.07 0.78 0.39
Hex B3 77 16 0 22 58 1E 25 4E 27
Octal 263 167 26 0 42 130 36 45 116 47
Binary 10110011 1110111 10110 0 100010 1011000 11110 100101 1001110 100111

Color Harmonies of #B37716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37716

Black with #B37716

Text Example


Text Example

White with #B37716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37716; }

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

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

background-color css

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

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

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

border-color css

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

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

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