#BD7229

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

Shades of Pirate Gold #BD7229

Tints of Pirate Gold #BD7229

Color information

#BD7229 (or 0xBD7229) is unknown color: approx Pirate Gold. HEX triplet: BD, 72 and 29. RGB value is (189,114,41). Sum of RGB (Red+Green+Blue) = 189+114+41=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7229 is #428DD6. Grayscale: #808080. Windows color (decimal): -4361687 or 2716349. OLE color: 2716349.

HSL color Cylindrical-coordinate representation of color #BD7229: hue angle of 29.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD7229 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18911441-
CMYK00.400.780.26
HSL29.59º64.35%45.1%-
HSV(B)29.59º78.31%74.12%-
XYZ27.423.015.1-
YUV128.178.85171.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 41 (16.41% from 255) = 11.92%
R=54.94%
G=33.14%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891144100.400.780.2629.5964.3545.1
HexBD72290284E1A1e402d
Octal27516251050116323610055
Binary1011110111100101010010101000100111011010111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7229; }

 p { color: rgb(189,114,41); }

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

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

 a { background-color: rgb(189,114,41); }

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

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

 span { border-color: rgb(189,114,41); }

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