Html Css Color HEX #B17013 Pirate Gold

📋 copy color: '#B17013'

red 177 ◦ green 112 ◦ blue 19

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

Shades of Pirate Gold #B17013

Tints of Pirate Gold #B17013

RGB

 RED value IS 177 (69.53% from 255) = 57.47%

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

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

R = 57.47%
G = 36.36%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B17013 (or 0xB17013) is known color: Pirate Gold. HEX triplet: B1, 70 and 13. RGB value is (177,112,19). Sum of RGB (Red+Green+Blue) = 177+112+19=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B17013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17013 is #4E8FEC. Grayscale: #797979. Windows color (decimal): -5148653 or 1274033. OLE color: 1274033.

HSL color Cylindrical-coordinate representation of color #B17013: hue angle of 35.32º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B17013 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 19 -
CMYK 0 0.37 0.89 0.31
HSL 35.32º 0.81% 0.38% -
HSV(B) 35.32º 0.89% 0.69% -
XYZ 24.04 20.98 3.4 -
YUV 120.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 177 112 19 0 0.37 0.89 0.31 35.32 0.81 0.38
Hex B1 70 13 0 25 59 1F 23 51 26
Octal 261 160 23 0 45 131 37 43 121 46
Binary 10110001 1110000 10011 0 100101 1011001 11111 100011 1010001 100110

Color Harmonies of #B17013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17013

Black with #B17013

Text Example


Text Example

White with #B17013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17013; }

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

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

background-color css

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

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

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

border-color css

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

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

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