#BE6221

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

Shades of Christine #BE6221

Tints of Christine #BE6221

Color information

#BE6221 (or 0xBE6221) is unknown color: approx Christine. HEX triplet: BE, 62 and 21. RGB value is (190,98,33). Sum of RGB (Red+Green+Blue) = 190+98+33=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6221 is #419DDE. Grayscale: #767676. Windows color (decimal): -4300255 or 2187966. OLE color: 2187966.

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

Color convert

RGB1909833-
CMYK00.480.830.25
HSL24.84º70.4%43.73%-
HSV(B)24.84º82.63%74.51%-
XYZ25.8819.793.9-
YUV118.179.98179.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=59.19%
G=30.53%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190983300.480.830.2524.8470.443.73
HexBE6221030531919462c
Octal27614241060123313110654
Binary1011111011000101000010110000101001111001110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6221; }

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

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

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

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

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

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

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

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