#BD7E2A

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

Shades of Pirate Gold #BD7E2A

Tints of Pirate Gold #BD7E2A

Color information

#BD7E2A (or 0xBD7E2A) is unknown color: approx Pirate Gold. HEX triplet: BD, 7E and 2A. RGB value is (189,126,42). Sum of RGB (Red+Green+Blue) = 189+126+42=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E2A is #4281D5. Grayscale: #878787. Windows color (decimal): -4358614 or 2784957. OLE color: 2784957.

HSL color Cylindrical-coordinate representation of color #BD7E2A: hue angle of 34.29º 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 #BD7E2A is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18912642-
CMYK00.330.780.26
HSL34.29º63.64%45.29%-
HSV(B)34.29º77.78%74.12%-
XYZ28.8725.915.67-
YUV135.2675.37166.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.94%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=52.94%
G=35.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891264200.330.780.2634.2963.6445.29
HexBD7E2A0214E1A22402d
Octal27517652041116324210055
Binary10111101111111010101001000011001110110101000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E2A; }

 p { color: rgb(189,126,42); }

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

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

 a { background-color: rgb(189,126,42); }

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

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

 span { border-color: rgb(189,126,42); }

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