#BE7B6A

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

Shades of Contessa #BE7B6A

Tints of Contessa #BE7B6A

Color information

#BE7B6A (or 0xBE7B6A) is unknown color: approx Contessa. HEX triplet: BE, 7B and 6A. RGB value is (190,123,106). Sum of RGB (Red+Green+Blue) = 190+123+106=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B6A is #418495. Grayscale: #8D8D8D. Windows color (decimal): -4293782 or 6978494. OLE color: 6978494.

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

Color convert

RGB190123106-
CMYK00.350.440.25
HSL12.14º39.25%58.04%-
HSV(B)12.14º44.21%74.51%-
XYZ30.9226.1517.05-
YUV141.1108.2162.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=45.35%
G=29.36%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012310600.350.440.2512.1439.2558.04
HexBE7B6A0232C19c273a
Octal2761731520435431144772
Binary10111110111101111010100100011101100110011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B6A; }

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

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

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

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

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

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

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

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