Html Css Color HEX #BE7972 Contessa

📋 copy color: '#BE7972'

red 190 ◦ green 121 ◦ blue 114

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

Shades of Contessa #BE7972

Tints of Contessa #BE7972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 44.71%
G = 28.47%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE7972 (or 0xBE7972) is known color: Contessa. HEX triplet: BE, 79 and 72. RGB value is (190,121,114). Sum of RGB (Red+Green+Blue) = 190+121+114=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7972 is #41868D. Grayscale: #8C8C8C. Windows color (decimal): -4294286 or 7502270. OLE color: 7502270.

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

Color convert

RGB 190 121 114 -
CMYK 0 0.36 0.40 0.25
HSL 5.53º 0.37% 0.6% -
HSV(B) 5.53º 0.4% 0.75% -
XYZ 31.11 25.84 19.27 -
YUV 140.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 190 121 114 0 0.36 0.40 0.25 5.53 0.37 0.6
Hex BE 79 72 0 24 28 19 6 25 3C
Octal 276 171 162 0 44 50 31 6 45 74
Binary 10111110 1111001 1110010 0 100100 101000 11001 110 100101 111100

Color Harmonies of #BE7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7972

Black with #BE7972

Text Example


Text Example

White with #BE7972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7972; }

 p { color: rgb(190,121,114); }

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

background-color css

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

 a { background-color: rgb(190,121,114); }

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

border-color css

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

 span { border-color: rgb(190,121,114); }

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