#BE7C30

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

Shades of Pirate Gold #BE7C30

Tints of Pirate Gold #BE7C30

Color information

#BE7C30 (or 0xBE7C30) is unknown color: approx Pirate Gold. HEX triplet: BE, 7C and 30. RGB value is (190,124,48). Sum of RGB (Red+Green+Blue) = 190+124+48=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C30 is #4183CF. Grayscale: #878787. Windows color (decimal): -4293584 or 3177662. OLE color: 3177662.

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

Color convert

RGB19012448-
CMYK00.350.750.25
HSL32.11º59.66%46.67%-
HSV(B)32.11º74.74%74.51%-
XYZ28.9825.586.21-
YUV135.0778.87167.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=52.49%
G=34.25%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901244800.350.750.2532.1159.6646.67
HexBE7C300234B19203c2f
Octal2761746004311331407457
Binary1011111011111001100000100011100101111001100000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C30; }

 p { color: rgb(190,124,48); }

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

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

 a { background-color: rgb(190,124,48); }

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

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

 span { border-color: rgb(190,124,48); }

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