Html Css Color HEX #B37113 Dark Goldenrod

📋 copy color: '#B37113'

red 179 ◦ green 113 ◦ blue 19

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

Shades of Dark Goldenrod #B37113

Tints of Dark Goldenrod #B37113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 57.56%
G = 36.33%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B37113 (or 0xB37113) is known color: Dark Goldenrod. HEX triplet: B3, 71 and 13. RGB value is (179,113,19). Sum of RGB (Red+Green+Blue) = 179+113+19=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B37113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37113 is #4C8EEC. Grayscale: #7A7A7A. Windows color (decimal): -5017325 or 1274291. OLE color: 1274291.

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

Color convert

RGB 179 113 19 -
CMYK 0 0.37 0.89 0.30
HSL 35.25º 0.81% 0.39% -
HSV(B) 35.25º 0.89% 0.7% -
XYZ 24.61 21.44 3.46 -
YUV 122.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 179 113 19 0 0.37 0.89 0.30 35.25 0.81 0.39
Hex B3 71 13 0 25 59 1E 23 51 27
Octal 263 161 23 0 45 131 36 43 121 47
Binary 10110011 1110001 10011 0 100101 1011001 11110 100011 1010001 100111

Color Harmonies of #B37113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37113

Black with #B37113

Text Example


Text Example

White with #B37113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37113; }

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

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

background-color css

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

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

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

border-color css

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

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

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