#BE7B6B

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

Shades of Contessa #BE7B6B

Tints of Contessa #BE7B6B

Color information

#BE7B6B (or 0xBE7B6B) is unknown color: approx Contessa. HEX triplet: BE, 7B and 6B. RGB value is (190,123,107). Sum of RGB (Red+Green+Blue) = 190+123+107=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B6B is #418494. Grayscale: #8D8D8D. Windows color (decimal): -4293781 or 7044030. OLE color: 7044030.

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

Color convert

RGB190123107-
CMYK00.350.440.25
HSL11.57º38.97%58.24%-
HSV(B)11.57º43.68%74.51%-
XYZ30.9726.1717.33-
YUV141.21108.7162.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=45.24%
G=29.29%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012310700.350.440.2511.5738.9758.24
HexBE7B6B0232C19c273a
Octal2761731530435431144772
Binary10111110111101111010110100011101100110011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B6B; }

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

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

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

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

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

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

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

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