Html Css Color HEX #BE6A66 Contessa

📋 copy color: '#BE6A66'

red 190 ◦ green 106 ◦ blue 102

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

Shades of Contessa #BE6A66

Tints of Contessa #BE6A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 47.74%
G = 26.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE6A66 (or 0xBE6A66) is known color: Contessa. HEX triplet: BE, 6A and 66. RGB value is (190,106,102). Sum of RGB (Red+Green+Blue) = 190+106+102=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A66 is #419599. Grayscale: #828282. Windows color (decimal): -4298138 or 6711998. OLE color: 6711998.

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

Color convert

RGB 190 106 102 -
CMYK 0 0.44 0.46 0.25
HSL 2.73º 0.4% 0.57% -
HSV(B) 2.73º 0.46% 0.75% -
XYZ 28.79 22.21 15.34 -
YUV 130.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 190 106 102 0 0.44 0.46 0.25 2.73 0.4 0.57
Hex BE 6A 66 0 2C 2E 19 3 28 39
Octal 276 152 146 0 54 56 31 3 50 71
Binary 10111110 1101010 1100110 0 101100 101110 11001 11 101000 111001

Color Harmonies of #BE6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A66

Black with #BE6A66

Text Example


Text Example

White with #BE6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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