#BE7975

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

Shades of Contessa #BE7975

Tints of Contessa #BE7975

Color information

#BE7975 (or 0xBE7975) is unknown color: approx Contessa. HEX triplet: BE, 79 and 75. RGB value is (190,121,117). Sum of RGB (Red+Green+Blue) = 190+121+117=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7975 is #41868A. Grayscale: #8D8D8D. Windows color (decimal): -4294283 or 7698878. OLE color: 7698878.

HSL color Cylindrical-coordinate representation of color #BE7975: hue angle of 3.29º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7975 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190121117-
CMYK00.360.380.25
HSL3.29º35.96%60.2%-
HSV(B)3.29º38.42%74.51%-
XYZ31.2825.9120.18-
YUV141.17114.36162.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=44.39%
G=28.27%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012111700.360.380.253.2935.9660.2
HexBE797502426193243c
Octal276171165044463134474
Binary101111101111001111010101001001001101100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7975; }

 p { color: rgb(190,121,117); }

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

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

 a { background-color: rgb(190,121,117); }

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

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

 span { border-color: rgb(190,121,117); }

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