Html Css Color HEX #B37613 Dark Goldenrod

📋 copy color: '#B37613'

red 179 ◦ green 118 ◦ blue 19

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

Shades of Dark Goldenrod #B37613

Tints of Dark Goldenrod #B37613

RGB

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

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

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

R = 56.65%
G = 37.34%
B = 6.01%

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

#B37613 (or 0xB37613) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 13. RGB value is (179,118,19). Sum of RGB (Red+Green+Blue) = 179+118+19=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B37613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37613 is #4C89EC. Grayscale: #7D7D7D. Windows color (decimal): -5016045 or 1275571. OLE color: 1275571.

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

Color convert

RGB 179 118 19 -
CMYK 0 0.34 0.89 0.30
HSL 37.13º 0.81% 0.39% -
HSV(B) 37.13º 0.89% 0.7% -
XYZ 25.19 22.59 3.65 -
YUV 124.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 179 118 19 0 0.34 0.89 0.30 37.13 0.81 0.39
Hex B3 76 13 0 22 59 1E 25 51 27
Octal 263 166 23 0 42 131 36 45 121 47
Binary 10110011 1110110 10011 0 100010 1011001 11110 100101 1010001 100111

Color Harmonies of #B37613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37613

Black with #B37613

Text Example


Text Example

White with #B37613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37613; }

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

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

background-color css

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

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

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

border-color css

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

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

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