#BE642A

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

Shades of Christine #BE642A

Tints of Christine #BE642A

Color information

#BE642A (or 0xBE642A) is unknown color: approx Christine. HEX triplet: BE, 64 and 2A. RGB value is (190,100,42). Sum of RGB (Red+Green+Blue) = 190+100+42=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE642A is #419BD5. Grayscale: #787878. Windows color (decimal): -4299734 or 2778302. OLE color: 2778302.

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

Color convert

RGB19010042-
CMYK00.470.780.25
HSL23.51º63.79%45.49%-
HSV(B)23.51º77.89%74.51%-
XYZ26.2120.234.71-
YUV120.383.82177.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=57.23%
G=30.12%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901004200.470.780.2523.5163.7945.49
HexBE642A02F4E1918402d
Octal27614452057116313010055
Binary1011111011001001010100101111100111011001110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE642A; }

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

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

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

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

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

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

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

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