Html Css Color HEX #BE6660 Contessa

📋 copy color: '#BE6660'

red 190 ◦ green 102 ◦ blue 96

#BE6660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #BE6660

Tints of Contessa #BE6660

RGB

 RED value IS 190 (74.61% from 255) = 48.97%

 GREEN value IS 102 (40.23% from 255) = 26.29%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 48.97%
G = 26.29%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6660 (or 0xBE6660) is known color: Contessa. HEX triplet: BE, 66 and 60. RGB value is (190,102,96). Sum of RGB (Red+Green+Blue) = 190+102+96=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6660 is #41999F. Grayscale: #7F7F7F. Windows color (decimal): -4299168 or 6317758. OLE color: 6317758.

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

Color convert

RGB 190 102 96 -
CMYK 0 0.46 0.49 0.25
HSL 3.83º 0.42% 0.56% -
HSV(B) 3.83º 0.49% 0.75% -
XYZ 28.1 21.29 13.7 -
YUV 127.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 190 102 96 0 0.46 0.49 0.25 3.83 0.42 0.56
Hex BE 66 60 0 2E 31 19 4 2A 38
Octal 276 146 140 0 56 61 31 4 52 70
Binary 10111110 1100110 1100000 0 101110 110001 11001 100 101010 111000

Color Harmonies of #BE6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6660

Black with #BE6660

Text Example


Text Example

White with #BE6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6660; }

 p { color: rgb(190,102,96); }

 H1.HeaderClassName
 {
   color: #BE6660;
 }
 .AnyTagClassName
 {
   color: #BE6660;
 }
</style>

background-color css

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

 a { background-color: rgb(190,102,96); }

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

border-color css

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

 span { border-color: rgb(190,102,96); }

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