Html Css Color HEX #BE7666 Contessa

📋 copy color: '#BE7666'

red 190 ◦ green 118 ◦ blue 102

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

Shades of Contessa #BE7666

Tints of Contessa #BE7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

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

R = 46.34%
G = 28.78%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE7666 (or 0xBE7666) is known color: Contessa. HEX triplet: BE, 76 and 66. RGB value is (190,118,102). Sum of RGB (Red+Green+Blue) = 190+118+102=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7666 is #418999. Grayscale: #898989. Windows color (decimal): -4295066 or 6715070. OLE color: 6715070.

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

Color convert

RGB 190 118 102 -
CMYK 0 0.38 0.46 0.25
HSL 10.91º 0.4% 0.57% -
HSV(B) 10.91º 0.46% 0.75% -
XYZ 30.11 24.86 15.78 -
YUV 137.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 190 118 102 0 0.38 0.46 0.25 10.91 0.4 0.57
Hex BE 76 66 0 26 2E 19 B 28 39
Octal 276 166 146 0 46 56 31 13 50 71
Binary 10111110 1110110 1100110 0 100110 101110 11001 1011 101000 111001

Color Harmonies of #BE7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7666

Black with #BE7666

Text Example


Text Example

White with #BE7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7666; }

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

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

background-color css

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

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

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

border-color css

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

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

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