#BD8022

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

Shades of Pirate Gold #BD8022

Tints of Pirate Gold #BD8022

Color information

#BD8022 (or 0xBD8022) is unknown color: approx Pirate Gold. HEX triplet: BD, 80 and 22. RGB value is (189,128,34). Sum of RGB (Red+Green+Blue) = 189+128+34=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8022 is #427FDD. Grayscale: #878787. Windows color (decimal): -4358110 or 2261181. OLE color: 2261181.

HSL color Cylindrical-coordinate representation of color #BD8022: hue angle of 36.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD8022 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB18912834-
CMYK00.320.820.26
HSL36.39º69.51%43.73%-
HSV(B)36.39º82.01%74.12%-
XYZ28.9926.375.08-
YUV135.5270.71166.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=53.85%
G=36.47%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891283400.320.820.2636.3969.5143.73
HexBD8022020521A24462c
Octal27520042040122324410654
Binary101111011000000010001001000001010010110101001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8022; }

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

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

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

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

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

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

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

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