#BC8226

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

Shades of Pirate Gold #BC8226

Tints of Pirate Gold #BC8226

Color information

#BC8226 (or 0xBC8226) is unknown color: approx Pirate Gold. HEX triplet: BC, 82 and 26. RGB value is (188,130,38). Sum of RGB (Red+Green+Blue) = 188+130+38=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8226 is #437DD9. Grayscale: #898989. Windows color (decimal): -4423130 or 2523836. OLE color: 2523836.

HSL color Cylindrical-coordinate representation of color #BC8226: hue angle of 36.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8226 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18813038-
CMYK00.310.800.26
HSL36.8º66.37%44.31%-
HSV(B)36.8º79.79%73.73%-
XYZ29.0726.85.47-
YUV136.8572.22164.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 38 (15.23% from 255) = 10.67%
R=52.81%
G=36.52%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881303800.310.800.2636.866.3744.31
HexBC822601F501A25422c
Octal27420246037120324510254
Binary10111100100000101001100111111010000110101001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8226; }

 p { color: rgb(188,130,38); }

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

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

 a { background-color: rgb(188,130,38); }

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

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

 span { border-color: rgb(188,130,38); }

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