Html Css Color HEX #BE7A70 Contessa

📋 copy color: '#BE7A70'

red 190 ◦ green 122 ◦ blue 112

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

Shades of Contessa #BE7A70

Tints of Contessa #BE7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 44.81%
G = 28.77%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE7A70 (or 0xBE7A70) is known color: Contessa. HEX triplet: BE, 7A and 70. RGB value is (190,122,112). Sum of RGB (Red+Green+Blue) = 190+122+112=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A70 is #41858F. Grayscale: #8D8D8D. Windows color (decimal): -4294032 or 7371454. OLE color: 7371454.

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

Color convert

RGB 190 122 112 -
CMYK 0 0.36 0.41 0.25
HSL 7.69º 0.38% 0.59% -
HSV(B) 7.69º 0.41% 0.75% -
XYZ 31.12 26.04 18.71 -
YUV 141.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 190 122 112 0 0.36 0.41 0.25 7.69 0.38 0.59
Hex BE 7A 70 0 24 29 19 8 26 3B
Octal 276 172 160 0 44 51 31 10 46 73
Binary 10111110 1111010 1110000 0 100100 101001 11001 1000 100110 111011

Color Harmonies of #BE7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A70

Black with #BE7A70

Text Example


Text Example

White with #BE7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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