#BE661E

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

Shades of Christine #BE661E

Tints of Christine #BE661E

Color information

#BE661E (or 0xBE661E) is unknown color: approx Christine. HEX triplet: BE, 66 and 1E. RGB value is (190,102,30). Sum of RGB (Red+Green+Blue) = 190+102+30=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE661E is #4199E1. Grayscale: #787878. Windows color (decimal): -4299234 or 1992382. OLE color: 1992382.

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

Color convert

RGB19010230-
CMYK00.460.840.25
HSL27º72.73%43.14%-
HSV(B)27º84.21%74.51%-
XYZ26.2220.543.81-
YUV120.177.15177.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=59.01%
G=31.68%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901023000.460.840.252772.7343.14
HexBE661E02E54191b492b
Octal27614636056124313311153
Binary101111101100110111100101110101010011001110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE661E; }

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

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

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

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

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

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

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

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