#BE6D5C

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

Shades of Contessa #BE6D5C

Tints of Contessa #BE6D5C

Color information

#BE6D5C (or 0xBE6D5C) is unknown color: approx Contessa. HEX triplet: BE, 6D and 5C. RGB value is (190,109,92). Sum of RGB (Red+Green+Blue) = 190+109+92=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D5C is #4192A3. Grayscale: #838383. Windows color (decimal): -4297380 or 6057406. OLE color: 6057406.

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

Color convert

RGB19010992-
CMYK00.430.520.25
HSL10.41º42.98%55.29%-
HSV(B)10.41º51.58%74.51%-
XYZ28.6422.6612.99-
YUV131.28105.84169.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=48.59%
G=27.88%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901099200.430.520.2510.4142.9855.29
HexBE6D5C02B3419a2b37
Octal2761551340536431125367
Binary10111110110110110111000101011110100110011010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D5C; }

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

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

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

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

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

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

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

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