#BE7165

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

Shades of Contessa #BE7165

Tints of Contessa #BE7165

Color information

#BE7165 (or 0xBE7165) is unknown color: approx Contessa. HEX triplet: BE, 71 and 65. RGB value is (190,113,101). Sum of RGB (Red+Green+Blue) = 190+113+101=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7165 is #418E9A. Grayscale: #868686. Windows color (decimal): -4296347 or 6648254. OLE color: 6648254.

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

Color convert

RGB190113101-
CMYK00.410.470.25
HSL8.09º40.64%57.06%-
HSV(B)8.09º46.84%74.51%-
XYZ29.4923.715.33-
YUV134.66109.01167.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 101 (39.84% from 255) = 25%
R=47.03%
G=27.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011310100.410.470.258.0940.6457.06
HexBE71650292F1982939
Octal2761611450515731105171
Binary10111110111000111001010101001101111110011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7165; }

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

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

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

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

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

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

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

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