#BE7468

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

Shades of Contessa #BE7468

Tints of Contessa #BE7468

Color information

#BE7468 (or 0xBE7468) is unknown color: approx Contessa. HEX triplet: BE, 74 and 68. RGB value is (190,116,104). Sum of RGB (Red+Green+Blue) = 190+116+104=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7468 is #418B97. Grayscale: #888888. Windows color (decimal): -4295576 or 6845630. OLE color: 6845630.

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

Color convert

RGB190116104-
CMYK00.390.450.25
HSL8.37º39.81%57.65%-
HSV(B)8.37º45.26%74.51%-
XYZ29.9824.4416.23-
YUV136.76109.52165.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=46.34%
G=28.29%
B=25.37%

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
Decimal19011610400.390.450.258.3739.8157.65
HexBE74680272D198283a
Octal2761641500475531105072
Binary10111110111010011010000100111101101110011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7468; }

 p { color: rgb(190,116,104); }

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

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

 a { background-color: rgb(190,116,104); }

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

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

 span { border-color: rgb(190,116,104); }

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