#BE7967

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

Shades of Contessa #BE7967

Tints of Contessa #BE7967

Color information

#BE7967 (or 0xBE7967) is unknown color: approx Contessa. HEX triplet: BE, 79 and 67. RGB value is (190,121,103). Sum of RGB (Red+Green+Blue) = 190+121+103=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7967 is #418698. Grayscale: #8B8B8B. Windows color (decimal): -4294297 or 6781374. OLE color: 6781374.

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

Color convert

RGB190121103-
CMYK00.360.460.25
HSL12.41º40.09%57.45%-
HSV(B)12.41º45.79%74.51%-
XYZ30.5225.616.16-
YUV139.58107.36163.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=45.89%
G=29.23%
B=24.88%

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
Decimal19012110300.360.460.2512.4140.0957.45
HexBE79670242E19c2839
Octal2761711470445631145071
Binary10111110111100111001110100100101110110011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7967; }

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

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

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

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

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

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

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

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