Html Css Color HEX #BE7271 Contessa

📋 copy color: '#BE7271'

red 190 ◦ green 114 ◦ blue 113

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

Shades of Contessa #BE7271

Tints of Contessa #BE7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 45.56%
G = 27.34%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE7271 (or 0xBE7271) is known color: Contessa. HEX triplet: BE, 72 and 71. RGB value is (190,114,113). Sum of RGB (Red+Green+Blue) = 190+114+113=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7271 is #418D8E. Grayscale: #888888. Windows color (decimal): -4296079 or 7434942. OLE color: 7434942.

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

Color convert

RGB 190 114 113 -
CMYK 0 0.40 0.41 0.25
HSL 0.78º 0.37% 0.59% -
HSV(B) 0.78º 0.41% 0.75% -
XYZ 30.23 24.17 18.7 -
YUV 136.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 190 114 113 0 0.40 0.41 0.25 0.78 0.37 0.59
Hex BE 72 71 0 28 29 19 1 25 3B
Octal 276 162 161 0 50 51 31 1 45 73
Binary 10111110 1110010 1110001 0 101000 101001 11001 1 100101 111011

Color Harmonies of #BE7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7271

Black with #BE7271

Text Example


Text Example

White with #BE7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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