#BD7927

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

Shades of Pirate Gold #BD7927

Tints of Pirate Gold #BD7927

Color information

#BD7927 (or 0xBD7927) is unknown color: approx Pirate Gold. HEX triplet: BD, 79 and 27. RGB value is (189,121,39). Sum of RGB (Red+Green+Blue) = 189+121+39=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7927 is #4286D8. Grayscale: #848484. Windows color (decimal): -4359897 or 2587069. OLE color: 2587069.

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

Color convert

RGB18912139-
CMYK00.360.790.26
HSL32.8º65.79%44.71%-
HSV(B)32.8º79.37%74.12%-
XYZ28.1924.645.19-
YUV131.9875.53168.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 39 (15.62% from 255) = 11.17%
R=54.15%
G=34.67%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891213900.360.790.2632.865.7944.71
HexBD79270244F1A21422d
Octal27517147044117324110255
Binary10111101111100110011101001001001111110101000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7927; }

 p { color: rgb(189,121,39); }

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

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

 a { background-color: rgb(189,121,39); }

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

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

 span { border-color: rgb(189,121,39); }

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