Html Css Color HEX #BE7870 Contessa

📋 copy color: '#BE7870'

red 190 ◦ green 120 ◦ blue 112

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

Shades of Contessa #BE7870

Tints of Contessa #BE7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 45.02%
G = 28.44%
B = 26.54%

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

#BE7870 (or 0xBE7870) is known color: Contessa. HEX triplet: BE, 78 and 70. RGB value is (190,120,112). Sum of RGB (Red+Green+Blue) = 190+120+112=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7870 is #41878F. Grayscale: #8C8C8C. Windows color (decimal): -4294544 or 7370942. OLE color: 7370942.

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

Color convert

RGB 190 120 112 -
CMYK 0 0.37 0.41 0.25
HSL 6.15º 0.38% 0.59% -
HSV(B) 6.15º 0.41% 0.75% -
XYZ 30.88 25.55 18.63 -
YUV 140.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 190 120 112 0 0.37 0.41 0.25 6.15 0.38 0.59
Hex BE 78 70 0 25 29 19 6 26 3B
Octal 276 170 160 0 45 51 31 6 46 73
Binary 10111110 1111000 1110000 0 100101 101001 11001 110 100110 111011

Color Harmonies of #BE7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7870

Black with #BE7870

Text Example


Text Example

White with #BE7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7870; }

 p { color: rgb(190,120,112); }

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

background-color css

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

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

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

border-color css

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

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

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