#BE652C

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

Shades of Christine #BE652C

Tints of Christine #BE652C

Color information

#BE652C (or 0xBE652C) is unknown color: approx Christine. HEX triplet: BE, 65 and 2C. RGB value is (190,101,44). Sum of RGB (Red+Green+Blue) = 190+101+44=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE652C is #419AD3. Grayscale: #797979. Windows color (decimal): -4299476 or 2909630. OLE color: 2909630.

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

Color convert

RGB19010144-
CMYK00.470.770.25
HSL23.42º62.39%45.88%-
HSV(B)23.42º76.84%74.51%-
XYZ26.3420.444.94-
YUV121.1184.49177.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=56.72%
G=30.15%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901014400.470.770.2523.4262.3945.88
HexBE652C02F4D19173e2e
Octal2761455405711531277656
Binary101111101100101101100010111110011011100110111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE652C; }

 p { color: rgb(190,101,44); }

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

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

 a { background-color: rgb(190,101,44); }

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

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

 span { border-color: rgb(190,101,44); }

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