#BE7A67

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

Shades of Contessa #BE7A67

Tints of Contessa #BE7A67

Color information

#BE7A67 (or 0xBE7A67) is unknown color: approx Contessa. HEX triplet: BE, 7A and 67. RGB value is (190,122,103). Sum of RGB (Red+Green+Blue) = 190+122+103=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A67 is #418598. Grayscale: #8C8C8C. Windows color (decimal): -4294041 or 6781630. OLE color: 6781630.

HSL color Cylindrical-coordinate representation of color #BE7A67: hue angle of 13.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7A67 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190122103-
CMYK00.360.460.25
HSL13.1º40.09%57.45%-
HSV(B)13.1º45.79%74.51%-
XYZ30.6425.8516.21-
YUV140.17107.03163.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=45.78%
G=29.40%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012210300.360.460.2513.140.0957.45
HexBE7A670242E19d2839
Octal2761721470445631155071
Binary10111110111101011001110100100101110110011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A67; }

 p { color: rgb(190,122,103); }

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

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

 a { background-color: rgb(190,122,103); }

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

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

 span { border-color: rgb(190,122,103); }

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