Html Css Color HEX #B87113 Pirate Gold

📋 copy color: '#B87113'

red 184 ◦ green 113 ◦ blue 19

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

Shades of Pirate Gold #B87113

Tints of Pirate Gold #B87113

RGB

 RED value IS 184 (72.27% from 255) = 58.23%

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

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

R = 58.23%
G = 35.76%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B87113 (or 0xB87113) is known color: Pirate Gold. HEX triplet: B8, 71 and 13. RGB value is (184,113,19). Sum of RGB (Red+Green+Blue) = 184+113+19=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B87113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87113 is #478EEC. Grayscale: #7B7B7B. Windows color (decimal): -4689645 or 1274296. OLE color: 1274296.

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

Color convert

RGB 184 113 19 -
CMYK 0 0.39 0.90 0.28
HSL 34.18º 0.81% 0.4% -
HSV(B) 34.18º 0.9% 0.72% -
XYZ 25.79 22.05 3.51 -
YUV 123.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 184 113 19 0 0.39 0.90 0.28 34.18 0.81 0.4
Hex B8 71 13 0 27 5A 1C 22 51 28
Octal 270 161 23 0 47 132 34 42 121 50
Binary 10111000 1110001 10011 0 100111 1011010 11100 100010 1010001 101000

Color Harmonies of #B87113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87113

Black with #B87113

Text Example


Text Example

White with #B87113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87113; }

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

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

background-color css

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

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

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

border-color css

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

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

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