Html Css Color HEX #BE6664 Contessa

📋 copy color: '#BE6664'

red 190 ◦ green 102 ◦ blue 100

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

Shades of Contessa #BE6664

Tints of Contessa #BE6664

RGB

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

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

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

R = 48.47%
G = 26.02%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE6664 (or 0xBE6664) is known color: Contessa. HEX triplet: BE, 66 and 64. RGB value is (190,102,100). Sum of RGB (Red+Green+Blue) = 190+102+100=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6664 is #41999B. Grayscale: #808080. Windows color (decimal): -4299164 or 6579902. OLE color: 6579902.

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

Color convert

RGB 190 102 100 -
CMYK 0 0.46 0.47 0.25
HSL 1.33º 0.41% 0.57% -
HSV(B) 1.33º 0.47% 0.75% -
XYZ 28.29 21.37 14.69 -
YUV 128.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 190 102 100 0 0.46 0.47 0.25 1.33 0.41 0.57
Hex BE 66 64 0 2E 2F 19 1 29 39
Octal 276 146 144 0 56 57 31 1 51 71
Binary 10111110 1100110 1100100 0 101110 101111 11001 1 101001 111001

Color Harmonies of #BE6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6664

Black with #BE6664

Text Example


Text Example

White with #BE6664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6664; }

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

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

background-color css

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

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

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

border-color css

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

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

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