#BE7D69

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

Shades of Contessa #BE7D69

Tints of Contessa #BE7D69

Color information

#BE7D69 (or 0xBE7D69) is unknown color: approx Contessa. HEX triplet: BE, 7D and 69. RGB value is (190,125,105). Sum of RGB (Red+Green+Blue) = 190+125+105=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D69 is #418296. Grayscale: #8E8E8E. Windows color (decimal): -4293271 or 6913470. OLE color: 6913470.

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

Color convert

RGB190125105-
CMYK00.340.450.25
HSL14.12º39.53%57.84%-
HSV(B)14.12º44.74%74.51%-
XYZ31.1226.6316.87-
YUV142.16107.03162.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 105 (41.41% from 255) = 25%
R=45.24%
G=29.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012510500.340.450.2514.1239.5357.84
HexBE7D690222D19e283a
Octal2761751510425531165072
Binary10111110111110111010010100010101101110011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D69; }

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

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

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

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

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

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

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

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