#BE7867

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

Shades of Contessa #BE7867

Tints of Contessa #BE7867

Color information

#BE7867 (or 0xBE7867) is unknown color: approx Contessa. HEX triplet: BE, 78 and 67. RGB value is (190,120,103). Sum of RGB (Red+Green+Blue) = 190+120+103=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7867 is #418798. Grayscale: #8B8B8B. Windows color (decimal): -4294553 or 6781118. OLE color: 6781118.

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

Color convert

RGB190120103-
CMYK00.370.460.25
HSL11.72º40.09%57.45%-
HSV(B)11.72º45.79%74.51%-
XYZ30.425.3616.12-
YUV138.99107.69164.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=46.00%
G=29.06%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012010300.370.460.2511.7240.0957.45
HexBE78670252E19c2839
Octal2761701470455631145071
Binary10111110111100011001110100101101110110011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7867; }

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

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

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

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

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

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

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

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