Html Css Color HEX #B37014 Pirate Gold

📋 copy color: '#B37014'

red 179 ◦ green 112 ◦ blue 20

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

Shades of Pirate Gold #B37014

Tints of Pirate Gold #B37014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 57.56%
G = 36.01%
B = 6.43%

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

#B37014 (or 0xB37014) is known color: Pirate Gold. HEX triplet: B3, 70 and 14. RGB value is (179,112,20). Sum of RGB (Red+Green+Blue) = 179+112+20=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B37014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37014 is #4C8FEB. Grayscale: #797979. Windows color (decimal): -5017580 or 1339571. OLE color: 1339571.

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

Color convert

RGB 179 112 20 -
CMYK 0 0.37 0.89 0.30
HSL 34.72º 0.8% 0.39% -
HSV(B) 34.72º 0.89% 0.7% -
XYZ 24.51 21.22 3.47 -
YUV 121.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 179 112 20 0 0.37 0.89 0.30 34.72 0.8 0.39
Hex B3 70 14 0 25 59 1E 23 50 27
Octal 263 160 24 0 45 131 36 43 120 47
Binary 10110011 1110000 10100 0 100101 1011001 11110 100011 1010000 100111

Color Harmonies of #B37014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37014

Black with #B37014

Text Example


Text Example

White with #B37014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37014; }

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

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

background-color css

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

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

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

border-color css

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

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

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