#BE6B5E

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

Shades of Contessa #BE6B5E

Tints of Contessa #BE6B5E

Color information

#BE6B5E (or 0xBE6B5E) is unknown color: approx Contessa. HEX triplet: BE, 6B and 5E. RGB value is (190,107,94). Sum of RGB (Red+Green+Blue) = 190+107+94=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B5E is #4194A1. Grayscale: #828282. Windows color (decimal): -4297890 or 6187966. OLE color: 6187966.

HSL color Cylindrical-coordinate representation of color #BE6B5E: hue angle of 8.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6B5E is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19010794-
CMYK00.440.510.25
HSL8.12º42.48%55.69%-
HSV(B)8.12º50.53%74.51%-
XYZ28.5122.2713.39-
YUV130.34107.5170.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=48.59%
G=27.37%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901079400.440.510.258.1242.4855.69
HexBE6B5E02C331982a38
Octal2761531360546331105270
Binary10111110110101110111100101100110011110011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B5E; }

 p { color: rgb(190,107,94); }

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

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

 a { background-color: rgb(190,107,94); }

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

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

 span { border-color: rgb(190,107,94); }

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