#BE7675

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

Shades of Contessa #BE7675

Tints of Contessa #BE7675

Color information

#BE7675 (or 0xBE7675) is unknown color: approx Contessa. HEX triplet: BE, 76 and 75. RGB value is (190,118,117). Sum of RGB (Red+Green+Blue) = 190+118+117=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7675 is #41898A. Grayscale: #8B8B8B. Windows color (decimal): -4295051 or 7698110. OLE color: 7698110.

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

Color convert

RGB190118117-
CMYK00.380.380.25
HSL0.82º35.96%60.2%-
HSV(B)0.82º38.42%74.51%-
XYZ30.9225.1920.06-
YUV139.41115.35164.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=44.71%
G=27.76%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011811700.380.380.250.8235.9660.2
HexBE767502626191243c
Octal276166165046463114474
Binary10111110111011011101010100110100110110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7675; }

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

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

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

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

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

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

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

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