Html Css Color HEX #BE7771 Contessa

📋 copy color: '#BE7771'

red 190 ◦ green 119 ◦ blue 113

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

Shades of Contessa #BE7771

Tints of Contessa #BE7771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.78%

R = 45.02%
G = 28.2%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE7771 (or 0xBE7771) is known color: Contessa. HEX triplet: BE, 77 and 71. RGB value is (190,119,113). Sum of RGB (Red+Green+Blue) = 190+119+113=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7771 is #41888E. Grayscale: #8B8B8B. Windows color (decimal): -4294799 or 7436222. OLE color: 7436222.

HSL color Cylindrical-coordinate representation of color #BE7771: hue angle of 4.68º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7771 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 113 -
CMYK 0 0.37 0.41 0.25
HSL 4.68º 0.37% 0.59% -
HSV(B) 4.68º 0.41% 0.75% -
XYZ 30.81 25.33 18.89 -
YUV 139.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 190 119 113 0 0.37 0.41 0.25 4.68 0.37 0.59
Hex BE 77 71 0 25 29 19 5 25 3B
Octal 276 167 161 0 45 51 31 5 45 73
Binary 10111110 1110111 1110001 0 100101 101001 11001 101 100101 111011

Color Harmonies of #BE7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7771

Black with #BE7771

Text Example


Text Example

White with #BE7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7771; }

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

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

background-color css

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

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

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

border-color css

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

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

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