#be6231

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

Shades of Christine #BE6231

Tints of Christine #BE6231

Color information

#BE6231 (or 0xBE6231) is unknown color: approx Christine. HEX triplet: BE, 62 and 31. RGB value is (190,98,49). Sum of RGB (Red+Green+Blue) = 190+98+49=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6231 is #419DCE. Grayscale: #787878. Windows color (decimal): -4300239 or 3236542. OLE color: 3236542.

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

Color convert

RGB1909849-
CMYK00.480.740.25
HSL20.85º59%46.86%-
HSV(B)20.85º74.21%74.51%-
XYZ26.1619.95.37-
YUV119.9287.98177.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=56.38%
G=29.08%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190984900.480.740.2520.855946.86
HexBE62310304A19153b2f
Octal2761426106011231257357
Binary101111101100010110001011000010010101100110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6231; }

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

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

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

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

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

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

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

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