Html Css Color HEX #B57113 Pirate Gold

📋 copy color: '#B57113'

red 181 ◦ green 113 ◦ blue 19

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

Shades of Pirate Gold #B57113

Tints of Pirate Gold #B57113

RGB

 RED value IS 181 (71.09% from 255) = 57.83%

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

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

R = 57.83%
G = 36.1%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B57113 (or 0xB57113) is known color: Pirate Gold. HEX triplet: B5, 71 and 13. RGB value is (181,113,19). Sum of RGB (Red+Green+Blue) = 181+113+19=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B57113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57113 is #4A8EEC. Grayscale: #7B7B7B. Windows color (decimal): -4886253 or 1274293. OLE color: 1274293.

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

Color convert

RGB 181 113 19 -
CMYK 0 0.38 0.90 0.29
HSL 34.81º 0.81% 0.39% -
HSV(B) 34.81º 0.9% 0.71% -
XYZ 25.08 21.68 3.48 -
YUV 122.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 181 113 19 0 0.38 0.90 0.29 34.81 0.81 0.39
Hex B5 71 13 0 26 5A 1D 23 51 27
Octal 265 161 23 0 46 132 35 43 121 47
Binary 10110101 1110001 10011 0 100110 1011010 11101 100011 1010001 100111

Color Harmonies of #B57113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57113

Black with #B57113

Text Example


Text Example

White with #B57113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57113; }

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

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

background-color css

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

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

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

border-color css

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

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

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