#BE6A31

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

Shades of Christine #BE6A31

Tints of Christine #BE6A31

Color information

#BE6A31 (or 0xBE6A31) is unknown color: approx Christine. HEX triplet: BE, 6A and 31. RGB value is (190,106,49). Sum of RGB (Red+Green+Blue) = 190+106+49=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A31 is #4195CE. Grayscale: #7C7C7C. Windows color (decimal): -4298191 or 3238590. OLE color: 3238590.

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

Color convert

RGB19010649-
CMYK00.440.740.25
HSL24.26º59%46.86%-
HSV(B)24.26º74.21%74.51%-
XYZ26.9421.485.63-
YUV124.6285.33174.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=55.07%
G=30.72%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901064900.440.740.2524.265946.86
HexBE6A3102C4A19183b2f
Octal2761526105411231307357
Binary101111101101010110001010110010010101100111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A31; }

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

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

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

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

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

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

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

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