#BE6B5D

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

Shades of Contessa #BE6B5D

Tints of Contessa #BE6B5D

Color information

#BE6B5D (or 0xBE6B5D) is unknown color: approx Contessa. HEX triplet: BE, 6B and 5D. RGB value is (190,107,93). Sum of RGB (Red+Green+Blue) = 190+107+93=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B5D is #4194A2. Grayscale: #828282. Windows color (decimal): -4297891 or 6122430. OLE color: 6122430.

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

Color convert

RGB19010793-
CMYK00.440.510.25
HSL8.66º42.73%55.49%-
HSV(B)8.66º51.05%74.51%-
XYZ28.4722.2513.15-
YUV130.22107170.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=48.72%
G=27.44%
B=23.85%

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
Decimal1901079300.440.510.258.6642.7355.49
HexBE6B5D02C331992b37
Octal2761531350546331115367
Binary10111110110101110111010101100110011110011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B5D; }

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

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

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

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

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

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

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

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