#BE776A

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

Shades of Contessa #BE776A

Tints of Contessa #BE776A

Color information

#BE776A (or 0xBE776A) is unknown color: approx Contessa. HEX triplet: BE, 77 and 6A. RGB value is (190,119,106). Sum of RGB (Red+Green+Blue) = 190+119+106=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE776A is #418895. Grayscale: #8A8A8A. Windows color (decimal): -4294806 or 6977470. OLE color: 6977470.

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

Color convert

RGB190119106-
CMYK00.370.440.25
HSL9.29º39.25%58.04%-
HSV(B)9.29º44.21%74.51%-
XYZ30.4325.1816.89-
YUV138.75109.52164.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=45.78%
G=28.67%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011910600.370.440.259.2939.2558.04
HexBE776A0252C199273a
Octal2761671520455431114772
Binary10111110111011111010100100101101100110011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE776A; }

 p { color: rgb(190,119,106); }

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

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

 a { background-color: rgb(190,119,106); }

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

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

 span { border-color: rgb(190,119,106); }

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