#BE752A

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

Shades of Pirate Gold #BE752A

Tints of Pirate Gold #BE752A

Color information

#BE752A (or 0xBE752A) is unknown color: approx Pirate Gold. HEX triplet: BE, 75 and 2A. RGB value is (190,117,42). Sum of RGB (Red+Green+Blue) = 190+117+42=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE752A is #418AD5. Grayscale: #828282. Windows color (decimal): -4295382 or 2782654. OLE color: 2782654.

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

Color convert

RGB19011742-
CMYK00.380.780.25
HSL30.41º63.79%45.49%-
HSV(B)30.41º77.89%74.51%-
XYZ28.0123.845.31-
YUV130.2878.18170.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 42 (16.80% from 255) = 12.03%
R=54.44%
G=33.52%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901174200.380.780.2530.4163.7945.49
HexBE752A0264E191e402d
Octal27616552046116313610055
Binary1011111011101011010100100110100111011001111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE752A; }

 p { color: rgb(190,117,42); }

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

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

 a { background-color: rgb(190,117,42); }

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

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

 span { border-color: rgb(190,117,42); }

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