#BE736C

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

Shades of Contessa #BE736C

Tints of Contessa #BE736C

Color information

#BE736C (or 0xBE736C) is unknown color: approx Contessa. HEX triplet: BE, 73 and 6C. RGB value is (190,115,108). Sum of RGB (Red+Green+Blue) = 190+115+108=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE736C is #418C93. Grayscale: #888888. Windows color (decimal): -4295828 or 7107518. OLE color: 7107518.

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

Color convert

RGB190115108-
CMYK00.390.430.25
HSL5.12º38.68%58.43%-
HSV(B)5.12º43.16%74.51%-
XYZ30.0724.2917.29-
YUV136.63111.85166.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=46.00%
G=27.85%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011510800.390.430.255.1238.6858.43
HexBE736C0272B195273a
Octal276163154047533154772
Binary1011111011100111101100010011110101111001101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE736C; }

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

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

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

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

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

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

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

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