#BD821D

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

Shades of Pirate Gold #BD821D

Tints of Pirate Gold #BD821D

Color information

#BD821D (or 0xBD821D) is unknown color: approx Pirate Gold. HEX triplet: BD, 82 and 1D. RGB value is (189,130,29). Sum of RGB (Red+Green+Blue) = 189+130+29=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD821D is #427DE2. Grayscale: #888888. Windows color (decimal): -4357603 or 1934013. OLE color: 1934013.

HSL color Cylindrical-coordinate representation of color #BD821D: hue angle of 37.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD821D is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB18913029-
CMYK00.310.850.26
HSL37.88º73.39%42.75%-
HSV(B)37.88º84.66%74.12%-
XYZ29.1926.874.81-
YUV136.1367.55165.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=54.31%
G=37.36%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891302900.310.850.2637.8873.3942.75
HexBD821D01F551A26492b
Octal27520235037125324611153
Binary1011110110000010111010111111010101110101001101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD821D; }

 p { color: rgb(189,130,29); }

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

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

 a { background-color: rgb(189,130,29); }

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

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

 span { border-color: rgb(189,130,29); }

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