Html Css Color HEX #BE6560 Contessa

📋 copy color: '#BE6560'

red 190 ◦ green 101 ◦ blue 96

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

Shades of Contessa #BE6560

Tints of Contessa #BE6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 49.1%
G = 26.1%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6560 (or 0xBE6560) is known color: Contessa. HEX triplet: BE, 65 and 60. RGB value is (190,101,96). Sum of RGB (Red+Green+Blue) = 190+101+96=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6560 is #419A9F. Grayscale: #7F7F7F. Windows color (decimal): -4299424 or 6317502. OLE color: 6317502.

HSL color Cylindrical-coordinate representation of color #BE6560: hue angle of 3.19º 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 #BE6560 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 101 96 -
CMYK 0 0.47 0.49 0.25
HSL 3.19º 0.42% 0.56% -
HSV(B) 3.19º 0.49% 0.75% -
XYZ 28 21.1 13.66 -
YUV 127.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 190 101 96 0 0.47 0.49 0.25 3.19 0.42 0.56
Hex BE 65 60 0 2F 31 19 3 2A 38
Octal 276 145 140 0 57 61 31 3 52 70
Binary 10111110 1100101 1100000 0 101111 110001 11001 11 101010 111000

Color Harmonies of #BE6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6560

Black with #BE6560

Text Example


Text Example

White with #BE6560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6560; }

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

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

background-color css

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

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

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

border-color css

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

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

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