#BE6635

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

Shades of Christine #BE6635

Tints of Christine #BE6635

Color information

#BE6635 (or 0xBE6635) is unknown color: approx Christine. HEX triplet: BE, 66 and 35. RGB value is (190,102,53). Sum of RGB (Red+Green+Blue) = 190+102+53=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6635 is #4199CA. Grayscale: #7B7B7B. Windows color (decimal): -4299211 or 3499710. OLE color: 3499710.

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

Color convert

RGB19010253-
CMYK00.460.720.25
HSL21.46º56.38%47.65%-
HSV(B)21.46º72.11%74.51%-
XYZ26.6320.715.96-
YUV122.7388.65175.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=55.07%
G=29.57%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901025300.460.720.2521.4656.3847.65
HexBE663502E4819153830
Octal2761466505611031257060
Binary101111101100110110101010111010010001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6635; }

 p { color: rgb(190,102,53); }

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

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

 a { background-color: rgb(190,102,53); }

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

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

 span { border-color: rgb(190,102,53); }

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