#BE6F6D

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

Shades of Contessa #BE6F6D

Tints of Contessa #BE6F6D

Color information

#BE6F6D (or 0xBE6F6D) is unknown color: approx Contessa. HEX triplet: BE, 6F and 6D. RGB value is (190,111,109). Sum of RGB (Red+Green+Blue) = 190+111+109=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F6D is #419092. Grayscale: #868686. Windows color (decimal): -4296851 or 7172030. OLE color: 7172030.

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

Color convert

RGB190111109-
CMYK00.420.430.25
HSL1.48º38.39%58.63%-
HSV(B)1.48º42.63%74.51%-
XYZ29.6823.4217.42-
YUV134.39113.67167.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=46.34%
G=27.07%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011110900.420.430.251.4838.3958.63
HexBE6F6D02A2B191263b
Octal276157155052533114673
Binary10111110110111111011010101010101011110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F6D; }

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

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

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

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

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

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

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

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