#BE7B65

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

Shades of Contessa #BE7B65

Tints of Contessa #BE7B65

Color information

#BE7B65 (or 0xBE7B65) is unknown color: approx Contessa. HEX triplet: BE, 7B and 65. RGB value is (190,123,101). Sum of RGB (Red+Green+Blue) = 190+123+101=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B65 is #41849A. Grayscale: #8C8C8C. Windows color (decimal): -4293787 or 6650814. OLE color: 6650814.

HSL color Cylindrical-coordinate representation of color #BE7B65: hue angle of 14.83º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7B65 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190123101-
CMYK00.350.470.25
HSL14.83º40.64%57.06%-
HSV(B)14.83º46.84%74.51%-
XYZ30.6726.0515.72-
YUV140.52105.7163.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=45.89%
G=29.71%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012310100.350.470.2514.8340.6457.06
HexBE7B650232F19f2939
Octal2761731450435731175171
Binary10111110111101111001010100011101111110011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B65; }

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

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

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

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

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

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

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

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