#BE811D

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

Shades of Pirate Gold #BE811D

Tints of Pirate Gold #BE811D

Color information

#BE811D (or 0xBE811D) is unknown color: approx Pirate Gold. HEX triplet: BE, 81 and 1D. RGB value is (190,129,29). Sum of RGB (Red+Green+Blue) = 190+129+29=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE811D is #417EE2. Grayscale: #888888. Windows color (decimal): -4292323 or 1933758. OLE color: 1933758.

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

Color convert

RGB19012929-
CMYK00.320.850.25
HSL37.27º73.52%42.94%-
HSV(B)37.27º84.74%74.51%-
XYZ29.3126.744.78-
YUV135.8467.71166.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=54.60%
G=37.07%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901292900.320.850.2537.2773.5242.94
HexBE811D0205519254a2b
Octal27620135040125314511253
Binary10111110100000011110101000001010101110011001011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE811D; }

 p { color: rgb(190,129,29); }

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

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

 a { background-color: rgb(190,129,29); }

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

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

 span { border-color: rgb(190,129,29); }

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