Html Css Color HEX #B87115 Pirate Gold

📋 copy color: '#B87115'

red 184 ◦ green 113 ◦ blue 21

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

Shades of Pirate Gold #B87115

Tints of Pirate Gold #B87115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 57.86%
G = 35.53%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B87115 (or 0xB87115) is known color: Pirate Gold. HEX triplet: B8, 71 and 15. RGB value is (184,113,21). Sum of RGB (Red+Green+Blue) = 184+113+21=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B87115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87115 is #478EEA. Grayscale: #7C7C7C. Windows color (decimal): -4689643 or 1405368. OLE color: 1405368.

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

Color convert

RGB 184 113 21 -
CMYK 0 0.39 0.89 0.28
HSL 33.87º 0.8% 0.4% -
HSV(B) 33.87º 0.89% 0.72% -
XYZ 25.81 22.05 3.61 -
YUV 123.74 70.02 170.98 -
System Red Green Blue C M Y K H S L
Decimal 184 113 21 0 0.39 0.89 0.28 33.87 0.8 0.4
Hex B8 71 15 0 27 59 1C 22 50 28
Octal 270 161 25 0 47 131 34 42 120 50
Binary 10111000 1110001 10101 0 100111 1011001 11100 100010 1010000 101000

Color Harmonies of #B87115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87115

Black with #B87115

Text Example


Text Example

White with #B87115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87115; }

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

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

background-color css

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

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

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

border-color css

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

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

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