Html Css Color HEX #BE7766 Contessa

📋 copy color: '#BE7766'

red 190 ◦ green 119 ◦ blue 102

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

Shades of Contessa #BE7766

Tints of Contessa #BE7766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

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

R = 46.23%
G = 28.95%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE7766 (or 0xBE7766) is known color: Contessa. HEX triplet: BE, 77 and 66. RGB value is (190,119,102). Sum of RGB (Red+Green+Blue) = 190+119+102=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7766 is #418899. Grayscale: #8A8A8A. Windows color (decimal): -4294810 or 6715326. OLE color: 6715326.

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

Color convert

RGB 190 119 102 -
CMYK 0 0.37 0.46 0.25
HSL 11.59º 0.4% 0.57% -
HSV(B) 11.59º 0.46% 0.75% -
XYZ 30.23 25.1 15.82 -
YUV 138.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 190 119 102 0 0.37 0.46 0.25 11.59 0.4 0.57
Hex BE 77 66 0 25 2E 19 C 28 39
Octal 276 167 146 0 45 56 31 14 50 71
Binary 10111110 1110111 1100110 0 100101 101110 11001 1100 101000 111001

Color Harmonies of #BE7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7766

Black with #BE7766

Text Example


Text Example

White with #BE7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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