#BE6C67

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

Shades of Contessa #BE6C67

Tints of Contessa #BE6C67

Color information

#BE6C67 (or 0xBE6C67) is unknown color: approx Contessa. HEX triplet: BE, 6C and 67. RGB value is (190,108,103). Sum of RGB (Red+Green+Blue) = 190+108+103=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C67 is #419398. Grayscale: #848484. Windows color (decimal): -4297625 or 6778046. OLE color: 6778046.

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

Color convert

RGB190108103-
CMYK00.430.460.25
HSL3.45º40.09%57.45%-
HSV(B)3.45º45.79%74.51%-
XYZ29.0522.6515.67-
YUV131.95111.67169.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=47.38%
G=26.93%
B=25.69%

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
Decimal19010810300.430.460.253.4540.0957.45
HexBE6C6702B2E1932839
Octal276154147053563135071
Binary101111101101100110011101010111011101100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C67; }

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

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

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

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

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

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

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

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