#BE7B68

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

Shades of Contessa #BE7B68

Tints of Contessa #BE7B68

Color information

#BE7B68 (or 0xBE7B68) is unknown color: approx Contessa. HEX triplet: BE, 7B and 68. RGB value is (190,123,104). Sum of RGB (Red+Green+Blue) = 190+123+104=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B68 is #418497. Grayscale: #8D8D8D. Windows color (decimal): -4293784 or 6847422. OLE color: 6847422.

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

Color convert

RGB190123104-
CMYK00.350.450.25
HSL13.26º39.81%57.65%-
HSV(B)13.26º45.26%74.51%-
XYZ30.8226.1116.51-
YUV140.87107.2163.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=45.56%
G=29.50%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012310400.350.450.2513.2639.8157.65
HexBE7B680232D19d283a
Octal2761731500435531155072
Binary10111110111101111010000100011101101110011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B68; }

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

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

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

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

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

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

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

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