#BE7A69

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

Shades of Contessa #BE7A69

Tints of Contessa #BE7A69

Color information

#BE7A69 (or 0xBE7A69) is unknown color: approx Contessa. HEX triplet: BE, 7A and 69. RGB value is (190,122,105). Sum of RGB (Red+Green+Blue) = 190+122+105=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A69 is #418596. Grayscale: #8C8C8C. Windows color (decimal): -4294039 or 6912702. OLE color: 6912702.

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

Color convert

RGB190122105-
CMYK00.360.450.25
HSL12º39.53%57.84%-
HSV(B)12º44.74%74.51%-
XYZ30.7425.8916.74-
YUV140.39108.03163.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=45.56%
G=29.26%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012210500.360.450.251239.5357.84
HexBE7A690242D19c283a
Octal2761721510445531145072
Binary10111110111101011010010100100101101110011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A69; }

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

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

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

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

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

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

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

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