#BE7670

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

Shades of Contessa #BE7670

Tints of Contessa #BE7670

Color information

#BE7670 (or 0xBE7670) is unknown color: approx Contessa. HEX triplet: BE, 76 and 70. RGB value is (190,118,112). Sum of RGB (Red+Green+Blue) = 190+118+112=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7670 is #41898F. Grayscale: #8A8A8A. Windows color (decimal): -4295056 or 7370430. OLE color: 7370430.

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

Color convert

RGB190118112-
CMYK00.380.410.25
HSL4.62º37.5%59.22%-
HSV(B)4.62º41.05%74.51%-
XYZ30.6425.0718.55-
YUV138.84112.85164.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=45.24%
G=28.10%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011811200.380.410.254.6237.559.22
HexBE767002629195263b
Octal276166160046513154673
Binary1011111011101101110000010011010100111001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7670; }

 p { color: rgb(190,118,112); }

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

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

 a { background-color: rgb(190,118,112); }

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

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

 span { border-color: rgb(190,118,112); }

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