Html Css Color HEX #BE7670 Contessa

📋 copy color: '#BE7670'

red 190 ◦ green 118 ◦ blue 112

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

Shades of Contessa #BE7670

Tints of Contessa #BE7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.1%

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

R = 45.24%
G = 28.1%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE7670 (or 0xBE7670) is known color: Contessa. HEX triplet: BE, 76 and 70. RGB value is (190,118,112). Sum of RGB (Red+Green+Blue) = 190+118+112=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7670 is #41898F. Grayscale: #8A8A8A. Windows color (decimal): -4295056 or 7370430. OLE color: 7370430.

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

Color convert

RGB 190 118 112 -
CMYK 0 0.38 0.41 0.25
HSL 4.62º 0.38% 0.59% -
HSV(B) 4.62º 0.41% 0.75% -
XYZ 30.64 25.07 18.55 -
YUV 138.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 190 118 112 0 0.38 0.41 0.25 4.62 0.38 0.59
Hex BE 76 70 0 26 29 19 5 26 3B
Octal 276 166 160 0 46 51 31 5 46 73
Binary 10111110 1110110 1110000 0 100110 101001 11001 101 100110 111011

Color Harmonies of #BE7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7670

Black with #BE7670

Text Example


Text Example

White with #BE7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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