Html Css Color HEX #B47113 Pirate Gold

📋 copy color: '#B47113'

red 180 ◦ green 113 ◦ blue 19

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

Shades of Pirate Gold #B47113

Tints of Pirate Gold #B47113

RGB

 RED value IS 180 (70.7% from 255) = 57.69%

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

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

R = 57.69%
G = 36.22%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B47113 (or 0xB47113) is known color: Pirate Gold. HEX triplet: B4, 71 and 13. RGB value is (180,113,19). Sum of RGB (Red+Green+Blue) = 180+113+19=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B47113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47113 is #4B8EEC. Grayscale: #7A7A7A. Windows color (decimal): -4951789 or 1274292. OLE color: 1274292.

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

Color convert

RGB 180 113 19 -
CMYK 0 0.37 0.89 0.29
HSL 35.03º 0.81% 0.39% -
HSV(B) 35.03º 0.89% 0.71% -
XYZ 24.85 21.56 3.47 -
YUV 122.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 180 113 19 0 0.37 0.89 0.29 35.03 0.81 0.39
Hex B4 71 13 0 25 59 1D 23 51 27
Octal 264 161 23 0 45 131 35 43 121 47
Binary 10110100 1110001 10011 0 100101 1011001 11101 100011 1010001 100111

Color Harmonies of #B47113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47113

Black with #B47113

Text Example


Text Example

White with #B47113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47113; }

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

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

background-color css

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

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

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

border-color css

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

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

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