Html Css Color HEX #BE6666 Contessa

📋 copy color: '#BE6666'

red 190 ◦ green 102 ◦ blue 102

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

Shades of Contessa #BE6666

Tints of Contessa #BE6666

RGB

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

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

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

R = 48.22%
G = 25.89%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE6666 (or 0xBE6666) is known color: Contessa. HEX triplet: BE, 66 and 66. RGB value is (190,102,102). Sum of RGB (Red+Green+Blue) = 190+102+102=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6666 is #419999. Grayscale: #808080. Windows color (decimal): -4299162 or 6710974. OLE color: 6710974.

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

Color convert

RGB 190 102 102 -
CMYK 0 0.46 0.46 0.25
HSL 0.4% 0.57% -
HSV(B) 0.46% 0.75% -
XYZ 28.38 21.41 15.21 -
YUV 128.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 190 102 102 0 0.46 0.46 0.25 0 0.4 0.57
Hex BE 66 66 0 2E 2E 19 0 28 39
Octal 276 146 146 0 56 56 31 0 50 71
Binary 10111110 1100110 1100110 0 101110 101110 11001 0 101000 111001

Color Harmonies of #BE6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6666

Black with #BE6666

Text Example


Text Example

White with #BE6666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6666; }

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

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

background-color css

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

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

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

border-color css

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

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

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