#BE736B

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

Shades of Contessa #BE736B

Tints of Contessa #BE736B

Color information

#BE736B (or 0xBE736B) is unknown color: approx Contessa. HEX triplet: BE, 73 and 6B. RGB value is (190,115,107). Sum of RGB (Red+Green+Blue) = 190+115+107=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE736B is #418C94. Grayscale: #888888. Windows color (decimal): -4295829 or 7041982. OLE color: 7041982.

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

Color convert

RGB190115107-
CMYK00.390.440.25
HSL5.78º38.97%58.24%-
HSV(B)5.78º43.68%74.51%-
XYZ30.0224.2717.01-
YUV136.51111.35166.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=46.12%
G=27.91%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011510700.390.440.255.7838.9758.24
HexBE736B0272C196273a
Octal276163153047543164772
Binary1011111011100111101011010011110110011001110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE736B; }

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

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

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

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

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

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

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

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