#BE5E20

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

Shades of Christine #BE5E20

Tints of Christine #BE5E20

Color information

#BE5E20 (or 0xBE5E20) is unknown color: approx Christine. HEX triplet: BE, 5E and 20. RGB value is (190,94,32). Sum of RGB (Red+Green+Blue) = 190+94+32=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E20 is #41A1DF. Grayscale: #737373. Windows color (decimal): -4301280 or 2121406. OLE color: 2121406.

HSL color Cylindrical-coordinate representation of color #BE5E20: hue angle of 23.54º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE5E20 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1909432-
CMYK00.510.830.25
HSL23.54º71.17%43.53%-
HSV(B)23.54º83.16%74.51%-
XYZ25.519.063.7-
YUV115.6480.8181.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 32 (12.89% from 255) = 10.13%
R=60.13%
G=29.75%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190943200.510.830.2523.5471.1743.53
HexBE5E20033531918472c
Octal27613640063123313010754
Binary1011111010111101000000110011101001111001110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E20; }

 p { color: rgb(190,94,32); }

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

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

 a { background-color: rgb(190,94,32); }

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

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

 span { border-color: rgb(190,94,32); }

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