Html Css Color HEX #B37713 Dark Goldenrod

📋 copy color: '#B37713'

red 179 ◦ green 119 ◦ blue 19

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

Shades of Dark Goldenrod #B37713

Tints of Dark Goldenrod #B37713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 56.47%
G = 37.54%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B37713 (or 0xB37713) is known color: Dark Goldenrod. HEX triplet: B3, 77 and 13. RGB value is (179,119,19). Sum of RGB (Red+Green+Blue) = 179+119+19=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B37713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37713 is #4C88EC. Grayscale: #7E7E7E. Windows color (decimal): -5015789 or 1275827. OLE color: 1275827.

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

Color convert

RGB 179 119 19 -
CMYK 0 0.34 0.89 0.30
HSL 37.5º 0.81% 0.39% -
HSV(B) 37.5º 0.89% 0.7% -
XYZ 25.3 22.82 3.69 -
YUV 125.54 67.88 166.13 -
System Red Green Blue C M Y K H S L
Decimal 179 119 19 0 0.34 0.89 0.30 37.5 0.81 0.39
Hex B3 77 13 0 22 59 1E 26 51 27
Octal 263 167 23 0 42 131 36 46 121 47
Binary 10110011 1110111 10011 0 100010 1011001 11110 100110 1010001 100111

Color Harmonies of #B37713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37713

Black with #B37713

Text Example


Text Example

White with #B37713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37713; }

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

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

background-color css

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

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

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

border-color css

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

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

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