#BD741E

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

Shades of Pirate Gold #BD741E

Tints of Pirate Gold #BD741E

Color information

#BD741E (or 0xBD741E) is unknown color: approx Pirate Gold. HEX triplet: BD, 74 and 1E. RGB value is (189,116,30). Sum of RGB (Red+Green+Blue) = 189+116+30=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD741E is #428BE1. Grayscale: #808080. Windows color (decimal): -4361186 or 1995965. OLE color: 1995965.

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

Color convert

RGB18911630-
CMYK00.390.840.26
HSL32.45º72.6%42.94%-
HSV(B)32.45º84.13%74.12%-
XYZ27.4723.44.3-
YUV128.0272.68171.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=56.42%
G=34.63%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891163000.390.840.2632.4572.642.94
HexBD741E027541A20492b
Octal27516436047124324011153
Binary1011110111101001111001001111010100110101000001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD741E; }

 p { color: rgb(189,116,30); }

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

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

 a { background-color: rgb(189,116,30); }

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

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

 span { border-color: rgb(189,116,30); }

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