#BE5818

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

Shades of Christine #BE5818

Tints of Christine #BE5818

Color information

#BE5818 (or 0xBE5818) is unknown color: approx Christine. HEX triplet: BE, 58 and 18. RGB value is (190,88,24). Sum of RGB (Red+Green+Blue) = 190+88+24=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5818 is #41A7E7. Grayscale: #6F6F6F. Windows color (decimal): -4302824 or 1595582. OLE color: 1595582.

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

Color convert

RGB1908824-
CMYK00.540.870.25
HSL23.13º77.57%41.96%-
HSV(B)23.13º87.37%74.51%-
XYZ24.8917.993.03-
YUV111.278.79184.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 24 (9.77% from 255) = 7.95%
R=62.91%
G=29.14%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190882400.540.870.2523.1377.5741.96
HexBE58180365719174e2a
Octal27613030066127312711652
Binary101111101011000110000110110101011111001101111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5818; }

 p { color: rgb(190,88,24); }

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

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

 a { background-color: rgb(190,88,24); }

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

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

 span { border-color: rgb(190,88,24); }

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