Html Css Color HEX #BE7470 Contessa

📋 copy color: '#BE7470'

red 190 ◦ green 116 ◦ blue 112

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

Shades of Contessa #BE7470

Tints of Contessa #BE7470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 45.45%
G = 27.75%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE7470 (or 0xBE7470) is known color: Contessa. HEX triplet: BE, 74 and 70. RGB value is (190,116,112). Sum of RGB (Red+Green+Blue) = 190+116+112=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7470 is #418B8F. Grayscale: #898989. Windows color (decimal): -4295568 or 7369918. OLE color: 7369918.

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

Color convert

RGB 190 116 112 -
CMYK 0 0.39 0.41 0.25
HSL 3.08º 0.38% 0.59% -
HSV(B) 3.08º 0.41% 0.75% -
XYZ 30.41 24.61 18.48 -
YUV 137.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 190 116 112 0 0.39 0.41 0.25 3.08 0.38 0.59
Hex BE 74 70 0 27 29 19 3 26 3B
Octal 276 164 160 0 47 51 31 3 46 73
Binary 10111110 1110100 1110000 0 100111 101001 11001 11 100110 111011

Color Harmonies of #BE7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7470

Black with #BE7470

Text Example


Text Example

White with #BE7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7470; }

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

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

background-color css

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

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

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

border-color css

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

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

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