#BE7C27

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

Shades of Pirate Gold #BE7C27

Tints of Pirate Gold #BE7C27

Color information

#BE7C27 (or 0xBE7C27) is unknown color: approx Pirate Gold. HEX triplet: BE, 7C and 27. RGB value is (190,124,39). Sum of RGB (Red+Green+Blue) = 190+124+39=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C27 is #4183D8. Grayscale: #868686. Windows color (decimal): -4293593 or 2587838. OLE color: 2587838.

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

Color convert

RGB19012439-
CMYK00.350.790.25
HSL33.77º65.94%44.9%-
HSV(B)33.77º79.47%74.51%-
XYZ28.8125.515.32-
YUV134.0474.37167.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 39 (15.62% from 255) = 11.05%
R=53.82%
G=35.13%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901243900.350.790.2533.7765.9444.9
HexBE7C270234F1922422d
Octal27617447043117314210255
Binary10111110111110010011101000111001111110011000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C27; }

 p { color: rgb(190,124,39); }

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

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

 a { background-color: rgb(190,124,39); }

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

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

 span { border-color: rgb(190,124,39); }

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