#B86E23

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

Shades of Pirate Gold #B86E23

Tints of Pirate Gold #B86E23

Color information

#B86E23 (or 0xB86E23) is unknown color: approx Pirate Gold. HEX triplet: B8, 6E and 23. RGB value is (184,110,35). Sum of RGB (Red+Green+Blue) = 184+110+35=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E23 is #4791DC. Grayscale: #7B7B7B. Windows color (decimal): -4690397 or 2322104. OLE color: 2322104.

HSL color Cylindrical-coordinate representation of color #B86E23: hue angle of 30.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B86E23 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB18411035-
CMYK00.400.810.28
HSL30.2º68.04%42.94%-
HSV(B)30.2º80.98%72.16%-
XYZ25.6521.464.38-
YUV123.5878.02171.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.93%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 35 (14.06% from 255) = 10.64%
R=55.93%
G=33.43%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841103500.400.810.2830.268.0442.94
HexB86E23028511C1e442b
Octal27015643050121343610453
Binary1011100011011101000110101000101000111100111101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E23; }

 p { color: rgb(184,110,35); }

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

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

 a { background-color: rgb(184,110,35); }

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

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

 span { border-color: rgb(184,110,35); }

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