#BE7E1B

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

Shades of Pirate Gold #BE7E1B

Tints of Pirate Gold #BE7E1B

Color information

#BE7E1B (or 0xBE7E1B) is unknown color: approx Pirate Gold. HEX triplet: BE, 7E and 1B. RGB value is (190,126,27). Sum of RGB (Red+Green+Blue) = 190+126+27=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E1B is #4181E4. Grayscale: #868686. Windows color (decimal): -4293093 or 1801918. OLE color: 1801918.

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

Color convert

RGB19012627-
CMYK00.340.860.25
HSL36.44º75.12%42.55%-
HSV(B)36.44º85.79%74.51%-
XYZ28.8925.954.52-
YUV133.8567.7168.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=55.39%
G=36.73%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901262700.340.860.2536.4475.1242.55
HexBE7E1B0225619244b2b
Octal27617633042126314411353
Binary1011111011111101101101000101010110110011001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7E1B; }

 p { color: rgb(190,126,27); }

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

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

 a { background-color: rgb(190,126,27); }

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

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

 span { border-color: rgb(190,126,27); }

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