Html Css Color HEX #B37712 Dark Goldenrod

📋 copy color: '#B37712'

red 179 ◦ green 119 ◦ blue 18

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

Shades of Dark Goldenrod #B37712

Tints of Dark Goldenrod #B37712

RGB

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

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

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

R = 56.65%
G = 37.66%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B37712 (or 0xB37712) is known color: Dark Goldenrod. HEX triplet: B3, 77 and 12. RGB value is (179,119,18). Sum of RGB (Red+Green+Blue) = 179+119+18=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B37712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37712 is #4C88ED. Grayscale: #7D7D7D. Windows color (decimal): -5015790 or 1210291. OLE color: 1210291.

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

Color convert

RGB 179 119 18 -
CMYK 0 0.34 0.90 0.30
HSL 37.64º 0.82% 0.39% -
HSV(B) 37.64º 0.9% 0.7% -
XYZ 25.3 22.82 3.64 -
YUV 125.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 179 119 18 0 0.34 0.90 0.30 37.64 0.82 0.39
Hex B3 77 12 0 22 5A 1E 26 52 27
Octal 263 167 22 0 42 132 36 46 122 47
Binary 10110011 1110111 10010 0 100010 1011010 11110 100110 1010010 100111

Color Harmonies of #B37712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37712

Black with #B37712

Text Example


Text Example

White with #B37712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37712; }

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

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

background-color css

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

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

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

border-color css

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

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

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