#be7d32

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

Shades of Pirate Gold #BE7D32

Tints of Pirate Gold #BE7D32

Color information

#BE7D32 (or 0xBE7D32) is unknown color: approx Pirate Gold. HEX triplet: BE, 7D and 32. RGB value is (190,125,50). Sum of RGB (Red+Green+Blue) = 190+125+50=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D32 is #4182CD. Grayscale: #888888. Windows color (decimal): -4293326 or 3308990. OLE color: 3308990.

HSL color Cylindrical-coordinate representation of color #BE7D32: hue angle of 32.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE7D32 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19012550-
CMYK00.340.740.25
HSL32.14º58.33%47.06%-
HSV(B)32.14º73.68%74.51%-
XYZ29.1425.846.47-
YUV135.8879.53166.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=52.05%
G=34.25%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901255000.340.740.2532.1458.3347.06
HexBE7D320224A19203a2f
Octal2761756204211231407257
Binary1011111011111011100100100010100101011001100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7d32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7d32; }

 p { color: rgb(190,125,50); }

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

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

 a { background-color: rgb(190,125,50); }

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

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

 span { border-color: rgb(190,125,50); }

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