#BE7369

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

Shades of Contessa #BE7369

Tints of Contessa #BE7369

Color information

#BE7369 (or 0xBE7369) is unknown color: approx Contessa. HEX triplet: BE, 73 and 69. RGB value is (190,115,105). Sum of RGB (Red+Green+Blue) = 190+115+105=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7369 is #418C96. Grayscale: #888888. Windows color (decimal): -4295831 or 6910910. OLE color: 6910910.

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

Color convert

RGB190115105-
CMYK00.390.450.25
HSL7.06º39.53%57.84%-
HSV(B)7.06º44.74%74.51%-
XYZ29.9224.2316.46-
YUV136.28110.35166.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=46.34%
G=28.05%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011510500.390.450.257.0639.5357.84
HexBE73690272D197283a
Octal276163151047553175072
Binary1011111011100111101001010011110110111001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7369; }

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

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

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

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

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

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

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

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