Html Css Color HEX #BE6564 Contessa

📋 copy color: '#BE6564'

red 190 ◦ green 101 ◦ blue 100

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

Shades of Contessa #BE6564

Tints of Contessa #BE6564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 48.59%
G = 25.83%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE6564 (or 0xBE6564) is known color: Contessa. HEX triplet: BE, 65 and 64. RGB value is (190,101,100). Sum of RGB (Red+Green+Blue) = 190+101+100=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6564 is #419A9B. Grayscale: #7F7F7F. Windows color (decimal): -4299420 or 6579646. OLE color: 6579646.

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

Color convert

RGB 190 101 100 -
CMYK 0 0.47 0.47 0.25
HSL 0.67º 0.41% 0.57% -
HSV(B) 0.67º 0.47% 0.75% -
XYZ 28.19 21.17 14.66 -
YUV 127.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 190 101 100 0 0.47 0.47 0.25 0.67 0.41 0.57
Hex BE 65 64 0 2F 2F 19 1 29 39
Octal 276 145 144 0 57 57 31 1 51 71
Binary 10111110 1100101 1100100 0 101111 101111 11001 1 101001 111001

Color Harmonies of #BE6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6564

Black with #BE6564

Text Example


Text Example

White with #BE6564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6564; }

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

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

background-color css

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

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

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

border-color css

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

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

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