Html Css Color HEX #BE7977 Contessa

📋 copy color: '#BE7977'

red 190 ◦ green 121 ◦ blue 119

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

Shades of Contessa #BE7977

Tints of Contessa #BE7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 44.19%
G = 28.14%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7977 (or 0xBE7977) is known color: Contessa. HEX triplet: BE, 79 and 77. RGB value is (190,121,119). Sum of RGB (Red+Green+Blue) = 190+121+119=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7977 is #418688. Grayscale: #8D8D8D. Windows color (decimal): -4294281 or 7829950. OLE color: 7829950.

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

Color convert

RGB 190 121 119 -
CMYK 0 0.36 0.37 0.25
HSL 1.69º 0.35% 0.61% -
HSV(B) 1.69º 0.37% 0.75% -
XYZ 31.4 25.95 20.81 -
YUV 141.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 190 121 119 0 0.36 0.37 0.25 1.69 0.35 0.61
Hex BE 79 77 0 24 25 19 2 23 3D
Octal 276 171 167 0 44 45 31 2 43 75
Binary 10111110 1111001 1110111 0 100100 100101 11001 10 100011 111101

Color Harmonies of #BE7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7977

Black with #BE7977

Text Example


Text Example

White with #BE7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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