#BD7626

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

Shades of Pirate Gold #BD7626

Tints of Pirate Gold #BD7626

Color information

#BD7626 (or 0xBD7626) is unknown color: approx Pirate Gold. HEX triplet: BD, 76 and 26. RGB value is (189,118,38). Sum of RGB (Red+Green+Blue) = 189+118+38=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7626 is #4289D9. Grayscale: #828282. Windows color (decimal): -4360666 or 2520765. OLE color: 2520765.

HSL color Cylindrical-coordinate representation of color #BD7626: hue angle of 31.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD7626 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18911838-
CMYK00.380.800.26
HSL31.79º66.52%44.51%-
HSV(B)31.79º79.89%74.12%-
XYZ27.8123.924.98-
YUV130.1176.02170-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=54.78%
G=34.20%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891183800.380.800.2631.7966.5244.51
HexBD7626026501A20432d
Octal27516646046120324010355
Binary10111101111011010011001001101010000110101000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7626; }

 p { color: rgb(189,118,38); }

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

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

 a { background-color: rgb(189,118,38); }

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

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

 span { border-color: rgb(189,118,38); }

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