#BE7167

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

Shades of Contessa #BE7167

Tints of Contessa #BE7167

Color information

#BE7167 (or 0xBE7167) is unknown color: approx Contessa. HEX triplet: BE, 71 and 67. RGB value is (190,113,103). Sum of RGB (Red+Green+Blue) = 190+113+103=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7167 is #418E98. Grayscale: #878787. Windows color (decimal): -4296345 or 6779326. OLE color: 6779326.

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

Color convert

RGB190113103-
CMYK00.410.460.25
HSL6.9º40.09%57.45%-
HSV(B)6.9º45.79%74.51%-
XYZ29.5923.7415.85-
YUV134.88110.01167.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=46.80%
G=27.83%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011310300.410.460.256.940.0957.45
HexBE71670292E1972839
Octal276161147051563175071
Binary1011111011100011100111010100110111011001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7167; }

 p { color: rgb(190,113,103); }

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

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

 a { background-color: rgb(190,113,103); }

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

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

 span { border-color: rgb(190,113,103); }

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