#BE691F

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

Shades of Christine #BE691F

Tints of Christine #BE691F

Color information

#BE691F (or 0xBE691F) is unknown color: approx Christine. HEX triplet: BE, 69 and 1F. RGB value is (190,105,31). Sum of RGB (Red+Green+Blue) = 190+105+31=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE691F is #4196E0. Grayscale: #7A7A7A. Windows color (decimal): -4298465 or 2058686. OLE color: 2058686.

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

Color convert

RGB19010531-
CMYK00.450.840.25
HSL27.92º71.95%43.33%-
HSV(B)27.92º83.68%74.51%-
XYZ26.5321.153.98-
YUV121.9876.66176.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 31 (12.5% from 255) = 9.51%
R=58.28%
G=32.21%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901053100.450.840.2527.9271.9543.33
HexBE691F02D54191c482b
Octal27615137055124313411053
Binary101111101101001111110101101101010011001111001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE691F; }

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

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

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

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

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

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

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

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