Html Css Color HEX #BE7777 Contessa

📋 copy color: '#BE7777'

red 190 ◦ green 119 ◦ blue 119

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

Shades of Contessa #BE7777

Tints of Contessa #BE7777

RGB

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

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

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

R = 44.39%
G = 27.8%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7777 (or 0xBE7777) is known color: Contessa. HEX triplet: BE, 77 and 77. RGB value is (190,119,119). Sum of RGB (Red+Green+Blue) = 190+119+119=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7777 is #418888. Grayscale: #8C8C8C. Windows color (decimal): -4294793 or 7829438. OLE color: 7829438.

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

Color convert

RGB 190 119 119 -
CMYK 0 0.37 0.37 0.25
HSL 0.35% 0.61% -
HSV(B) 0.37% 0.75% -
XYZ 31.16 25.47 20.73 -
YUV 140.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 190 119 119 0 0.37 0.37 0.25 0 0.35 0.61
Hex BE 77 77 0 25 25 19 0 23 3D
Octal 276 167 167 0 45 45 31 0 43 75
Binary 10111110 1110111 1110111 0 100101 100101 11001 0 100011 111101

Color Harmonies of #BE7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7777

Black with #BE7777

Text Example


Text Example

White with #BE7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7777; }

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

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

background-color css

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

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

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

border-color css

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

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

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