#BE6D67

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

Shades of Contessa #BE6D67

Tints of Contessa #BE6D67

Color information

#BE6D67 (or 0xBE6D67) is unknown color: approx Contessa. HEX triplet: BE, 6D and 67. RGB value is (190,109,103). Sum of RGB (Red+Green+Blue) = 190+109+103=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D67 is #419298. Grayscale: #848484. Windows color (decimal): -4297369 or 6778302. OLE color: 6778302.

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

Color convert

RGB190109103-
CMYK00.430.460.25
HSL4.14º40.09%57.45%-
HSV(B)4.14º45.79%74.51%-
XYZ29.1522.8615.71-
YUV132.54111.34168.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=47.26%
G=27.11%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010910300.430.460.254.1440.0957.45
HexBE6D6702B2E1942839
Octal276155147053563145071
Binary1011111011011011100111010101110111011001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D67; }

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

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

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

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

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

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

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

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