#BE7D1B

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

Shades of Pirate Gold #BE7D1B

Tints of Pirate Gold #BE7D1B

Color information

#BE7D1B (or 0xBE7D1B) is unknown color: approx Pirate Gold. HEX triplet: BE, 7D and 1B. RGB value is (190,125,27). Sum of RGB (Red+Green+Blue) = 190+125+27=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D1B is #4182E4. Grayscale: #858585. Windows color (decimal): -4293349 or 1801662. OLE color: 1801662.

HSL color Cylindrical-coordinate representation of color #BE7D1B: hue angle of 36.07º 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 #BE7D1B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19012527-
CMYK00.340.860.25
HSL36.07º75.12%42.55%-
HSV(B)36.07º85.79%74.51%-
XYZ28.7725.694.48-
YUV133.2668.03168.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 27 (10.94% from 255) = 7.89%
R=55.56%
G=36.55%
B=7.89%

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
Decimal1901252700.340.860.2536.0775.1242.55
HexBE7D1B0225619244b2b
Octal27617533042126314411353
Binary1011111011111011101101000101010110110011001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D1B; }

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

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

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

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

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

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

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

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