#BE6229

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

Shades of Christine #BE6229

Tints of Christine #BE6229

Color information

#BE6229 (or 0xBE6229) is unknown color: approx Christine. HEX triplet: BE, 62 and 29. RGB value is (190,98,41). Sum of RGB (Red+Green+Blue) = 190+98+41=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6229 is #419DD6. Grayscale: #777777. Windows color (decimal): -4300247 or 2712254. OLE color: 2712254.

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

Color convert

RGB1909841-
CMYK00.480.780.25
HSL22.95º64.5%45.29%-
HSV(B)22.95º78.42%74.51%-
XYZ2619.844.56-
YUV119.0183.98178.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=57.75%
G=29.79%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190984100.480.780.2522.9564.545.29
HexBE62290304E1917412d
Octal27614251060116312710155
Binary1011111011000101010010110000100111011001101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6229; }

 p { color: rgb(190,98,41); }

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

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

 a { background-color: rgb(190,98,41); }

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

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

 span { border-color: rgb(190,98,41); }

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