#BD8026

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

Shades of Pirate Gold #BD8026

Tints of Pirate Gold #BD8026

Color information

#BD8026 (or 0xBD8026) is unknown color: approx Pirate Gold. HEX triplet: BD, 80 and 26. RGB value is (189,128,38). Sum of RGB (Red+Green+Blue) = 189+128+38=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8026 is #427FD9. Grayscale: #888888. Windows color (decimal): -4358106 or 2523325. OLE color: 2523325.

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

Color convert

RGB18912838-
CMYK00.320.800.26
HSL35.76º66.52%44.51%-
HSV(B)35.76º79.89%74.12%-
XYZ29.0626.45.4-
YUV135.9872.71165.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.24%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 38 (15.23% from 255) = 10.70%
R=53.24%
G=36.06%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891283800.320.800.2635.7666.5244.51
HexBD8026020501A24432d
Octal27520046040120324410355
Binary101111011000000010011001000001010000110101001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8026; }

 p { color: rgb(189,128,38); }

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

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

 a { background-color: rgb(189,128,38); }

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

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

 span { border-color: rgb(189,128,38); }

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