#BE831D

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

Shades of Pirate Gold #BE831D

Tints of Pirate Gold #BE831D

Color information

#BE831D (or 0xBE831D) is unknown color: approx Pirate Gold. HEX triplet: BE, 83 and 1D. RGB value is (190,131,29). Sum of RGB (Red+Green+Blue) = 190+131+29=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE831D is #417CE2. Grayscale: #898989. Windows color (decimal): -4291811 or 1934270. OLE color: 1934270.

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

Color convert

RGB19013129-
CMYK00.310.850.25
HSL38.01º73.52%42.94%-
HSV(B)38.01º84.74%74.51%-
XYZ29.5727.274.87-
YUV137.0167.05165.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 29 (11.72% from 255) = 8.29%
R=54.29%
G=37.43%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901312900.310.850.2538.0173.5242.94
HexBE831D01F5519264a2b
Octal27620335037125314611253
Binary1011111010000011111010111111010101110011001101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE831D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE831D; }

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

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

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

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

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

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

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

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