Html Css Color HEX #BE7775 Contessa

📋 copy color: '#BE7775'

red 190 ◦ green 119 ◦ blue 117

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

Shades of Contessa #BE7775

Tints of Contessa #BE7775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 44.6%
G = 27.93%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7775 (or 0xBE7775) is known color: Contessa. HEX triplet: BE, 77 and 75. RGB value is (190,119,117). Sum of RGB (Red+Green+Blue) = 190+119+117=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7775 is #41888A. Grayscale: #8C8C8C. Windows color (decimal): -4294795 or 7698366. OLE color: 7698366.

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

Color convert

RGB 190 119 117 -
CMYK 0 0.37 0.38 0.25
HSL 1.64º 0.36% 0.6% -
HSV(B) 1.64º 0.38% 0.75% -
XYZ 31.04 25.43 20.1 -
YUV 140 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 190 119 117 0 0.37 0.38 0.25 1.64 0.36 0.6
Hex BE 77 75 0 25 26 19 2 24 3C
Octal 276 167 165 0 45 46 31 2 44 74
Binary 10111110 1110111 1110101 0 100101 100110 11001 10 100100 111100

Color Harmonies of #BE7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7775

Black with #BE7775

Text Example


Text Example

White with #BE7775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7775; }

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

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

background-color css

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

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

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

border-color css

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

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

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