#BE7C6D

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

Shades of Contessa #BE7C6D

Tints of Contessa #BE7C6D

Color information

#BE7C6D (or 0xBE7C6D) is unknown color: approx Contessa. HEX triplet: BE, 7C and 6D. RGB value is (190,124,109). Sum of RGB (Red+Green+Blue) = 190+124+109=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C6D is #418392. Grayscale: #8E8E8E. Windows color (decimal): -4293523 or 7175358. OLE color: 7175358.

HSL color Cylindrical-coordinate representation of color #BE7C6D: hue angle of 11.11º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7C6D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190124109-
CMYK00.350.430.25
HSL11.11º38.39%58.63%-
HSV(B)11.11º42.63%74.51%-
XYZ31.226.4717.93-
YUV142.02109.37162.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=44.92%
G=29.31%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012410900.350.430.2511.1138.3958.63
HexBE7C6D0232B19b263b
Octal2761741550435331134673
Binary10111110111110011011010100011101011110011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C6D; }

 p { color: rgb(190,124,109); }

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

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

 a { background-color: rgb(190,124,109); }

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

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

 span { border-color: rgb(190,124,109); }

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