#b87d27

Color #B87D27 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B87D27

Tints of Pirate Gold #B87D27

Color information

#B87D27 (or 0xB87D27) is unknown color: approx Pirate Gold. HEX triplet: B8, 7D and 27. RGB value is (184,125,39). Sum of RGB (Red+Green+Blue) = 184+125+39=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D27 is #4782D8. Grayscale: #858585. Windows color (decimal): -4686553 or 2588088. OLE color: 2588088.

HSL color Cylindrical-coordinate representation of color #B87D27: hue angle of 35.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B87D27 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18412539-
CMYK00.320.790.28
HSL35.59º65.02%43.73%-
HSV(B)35.59º78.8%72.16%-
XYZ27.47255.3-
YUV132.8475.05164.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=52.87%
G=35.92%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841253900.320.790.2835.5965.0243.73
HexB87D270204F1C24412c
Octal27017547040117344410154
Binary10111000111110110011101000001001111111001001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b87d27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b87d27; }

 p { color: rgb(184,125,39); }

 H1.HeaderClassName
 {
   color: #b87d27;
 }
 .AnyTagClassName
 {
   color: #b87d27;
 }
</style>
background-color css

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

 a { background-color: rgb(184,125,39); }

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

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

 span { border-color: rgb(184,125,39); }

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