#BE641A

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

Shades of Christine #BE641A

Tints of Christine #BE641A

Color information

#BE641A (or 0xBE641A) is unknown color: approx Christine. HEX triplet: BE, 64 and 1A. RGB value is (190,100,26). Sum of RGB (Red+Green+Blue) = 190+100+26=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE641A is #419BE5. Grayscale: #767676. Windows color (decimal): -4299750 or 1729726. OLE color: 1729726.

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

Color convert

RGB19010026-
CMYK00.470.860.25
HSL27.07º75.93%42.35%-
HSV(B)27.07º86.32%74.51%-
XYZ25.9820.143.49-
YUV118.4775.82179.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 26 (10.55% from 255) = 8.23%
R=60.13%
G=31.65%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901002600.470.860.2527.0775.9342.35
HexBE641A02F56191b4c2a
Octal27614432057126313311452
Binary101111101100100110100101111101011011001110111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE641A; }

 p { color: rgb(190,100,26); }

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

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

 a { background-color: rgb(190,100,26); }

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

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

 span { border-color: rgb(190,100,26); }

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