Html Css Color HEX #B37013 Pirate Gold

📋 copy color: '#B37013'

red 179 ◦ green 112 ◦ blue 19

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

Shades of Pirate Gold #B37013

Tints of Pirate Gold #B37013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 57.74%
G = 36.13%
B = 6.13%

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

#B37013 (or 0xB37013) is known color: Pirate Gold. HEX triplet: B3, 70 and 13. RGB value is (179,112,19). Sum of RGB (Red+Green+Blue) = 179+112+19=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B37013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37013 is #4C8FEC. Grayscale: #797979. Windows color (decimal): -5017581 or 1274035. OLE color: 1274035.

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

Color convert

RGB 179 112 19 -
CMYK 0 0.37 0.89 0.30
HSL 34.88º 0.81% 0.39% -
HSV(B) 34.88º 0.89% 0.7% -
XYZ 24.5 21.22 3.42 -
YUV 121.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 179 112 19 0 0.37 0.89 0.30 34.88 0.81 0.39
Hex B3 70 13 0 25 59 1E 23 51 27
Octal 263 160 23 0 45 131 36 43 121 47
Binary 10110011 1110000 10011 0 100101 1011001 11110 100011 1010001 100111

Color Harmonies of #B37013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37013

Black with #B37013

Text Example


Text Example

White with #B37013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37013; }

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

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

background-color css

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

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

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

border-color css

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

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

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