#BE7372

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

Shades of Contessa #BE7372

Tints of Contessa #BE7372

Color information

#BE7372 (or 0xBE7372) is unknown color: approx Contessa. HEX triplet: BE, 73 and 72. RGB value is (190,115,114). Sum of RGB (Red+Green+Blue) = 190+115+114=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7372 is #418C8D. Grayscale: #898989. Windows color (decimal): -4295822 or 7500734. OLE color: 7500734.

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

Color convert

RGB190115114-
CMYK00.390.400.25
HSL0.79º36.89%59.61%-
HSV(B)0.79º40%74.51%-
XYZ30.424.4219.03-
YUV137.31114.85165.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=45.35%
G=27.45%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011511400.390.400.250.7936.8959.61
HexBE737202728191253c
Octal276163162047503114574
Binary10111110111001111100100100111101000110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7372; }

 p { color: rgb(190,115,114); }

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

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

 a { background-color: rgb(190,115,114); }

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

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

 span { border-color: rgb(190,115,114); }

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