#BE6B62

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

Shades of Contessa #BE6B62

Tints of Contessa #BE6B62

Color information

#BE6B62 (or 0xBE6B62) is unknown color: approx Contessa. HEX triplet: BE, 6B and 62. RGB value is (190,107,98). Sum of RGB (Red+Green+Blue) = 190+107+98=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B62 is #41949D. Grayscale: #828282. Windows color (decimal): -4297886 or 6450110. OLE color: 6450110.

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

Color convert

RGB19010798-
CMYK00.440.480.25
HSL5.87º41.44%56.47%-
HSV(B)5.87º48.42%74.51%-
XYZ28.722.3414.36-
YUV130.79109.5170.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=48.10%
G=27.09%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901079800.440.480.255.8741.4456.47
HexBE6B6202C301962938
Octal276153142054603165170
Binary1011111011010111100010010110011000011001110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B62; }

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

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

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

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

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

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

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

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