#BE6A33

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

Shades of Christine #BE6A33

Tints of Christine #BE6A33

Color information

#BE6A33 (or 0xBE6A33) is unknown color: approx Christine. HEX triplet: BE, 6A and 33. RGB value is (190,106,51). Sum of RGB (Red+Green+Blue) = 190+106+51=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A33 is #4195CC. Grayscale: #7D7D7D. Windows color (decimal): -4298189 or 3369662. OLE color: 3369662.

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

Color convert

RGB19010651-
CMYK00.440.730.25
HSL23.74º57.68%47.25%-
HSV(B)23.74º73.16%74.51%-
XYZ26.9921.495.86-
YUV124.8586.33174.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 51 (20.31% from 255) = 14.70%
R=54.76%
G=30.55%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901065100.440.730.2523.7457.6847.25
HexBE6A3302C4919183a2f
Octal2761526305411131307257
Binary101111101101010110011010110010010011100111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A33; }

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

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

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

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

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

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

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

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