#BE6A68

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

Shades of Contessa #BE6A68

Tints of Contessa #BE6A68

Color information

#BE6A68 (or 0xBE6A68) is unknown color: approx Contessa. HEX triplet: BE, 6A and 68. RGB value is (190,106,104). Sum of RGB (Red+Green+Blue) = 190+106+104=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A68 is #419597. Grayscale: #828282. Windows color (decimal): -4298136 or 6843070. OLE color: 6843070.

HSL color Cylindrical-coordinate representation of color #BE6A68: hue angle of 1.4º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6A68 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB190106104-
CMYK00.440.450.25
HSL1.4º39.81%57.65%-
HSV(B)1.4º45.26%74.51%-
XYZ28.8922.2515.87-
YUV130.89112.83170.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 104 (41.02% from 255) = 26%
R=47.5%
G=26.5%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010610400.440.450.251.439.8157.65
HexBE6A6802C2D191283a
Octal276152150054553115072
Binary10111110110101011010000101100101101110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A68; }

 p { color: rgb(190,106,104); }

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

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

 a { background-color: rgb(190,106,104); }

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

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

 span { border-color: rgb(190,106,104); }

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