#BE661F

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

Shades of Christine #BE661F

Tints of Christine #BE661F

Color information

#BE661F (or 0xBE661F) is unknown color: approx Christine. HEX triplet: BE, 66 and 1F. RGB value is (190,102,31). Sum of RGB (Red+Green+Blue) = 190+102+31=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE661F is #4199E0. Grayscale: #787878. Windows color (decimal): -4299233 or 2057918. OLE color: 2057918.

HSL color Cylindrical-coordinate representation of color #BE661F: hue angle of 26.79º degrees, saturation: 0.72, 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 #BE661F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19010231-
CMYK00.460.840.25
HSL26.79º71.95%43.33%-
HSV(B)26.79º83.68%74.51%-
XYZ26.2320.553.88-
YUV120.2277.65177.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=58.82%
G=31.58%
B=9.60%

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
Decimal1901023100.460.840.2526.7971.9543.33
HexBE661F02E54191b482b
Octal27614637056124313311053
Binary101111101100110111110101110101010011001110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE661F; }

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

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

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

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

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

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

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

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