#BE651F

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

Shades of Christine #BE651F

Tints of Christine #BE651F

Color information

#BE651F (or 0xBE651F) is unknown color: approx Christine. HEX triplet: BE, 65 and 1F. RGB value is (190,101,31). Sum of RGB (Red+Green+Blue) = 190+101+31=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE651F is #419AE0. Grayscale: #787878. Windows color (decimal): -4299489 or 2057662. OLE color: 2057662.

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

Color convert

RGB19010131-
CMYK00.470.840.25
HSL26.42º71.95%43.33%-
HSV(B)26.42º83.68%74.51%-
XYZ26.1420.353.85-
YUV119.6377.99178.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 31 (12.5% from 255) = 9.63%
R=59.01%
G=31.37%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901013100.470.840.2526.4271.9543.33
HexBE651F02F54191a482b
Octal27614537057124313211053
Binary101111101100101111110101111101010011001110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE651F; }

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

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

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

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

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

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

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

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