Html Css Color HEX #B57270 Contessa

📋 copy color: '#B57270'

red 181 ◦ green 114 ◦ blue 112

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

Shades of Contessa #B57270

Tints of Contessa #B57270

RGB

 RED value IS 181 (71.09% from 255) = 44.47%

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

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

R = 44.47%
G = 28.01%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B57270 (or 0xB57270) is known color: Contessa. HEX triplet: B5, 72 and 70. RGB value is (181,114,112). Sum of RGB (Red+Green+Blue) = 181+114+112=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B57270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57270 is #4A8D8F. Grayscale: #858585. Windows color (decimal): -4885904 or 7369397. OLE color: 7369397.

HSL color Cylindrical-coordinate representation of color #B57270: hue angle of 1.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57270 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 112 -
CMYK 0 0.37 0.38 0.29
HSL 1.74º 0.32% 0.57% -
HSV(B) 1.74º 0.38% 0.71% -
XYZ 28 23.03 18.3 -
YUV 133.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 181 114 112 0 0.37 0.38 0.29 1.74 0.32 0.57
Hex B5 72 70 0 25 26 1D 2 20 39
Octal 265 162 160 0 45 46 35 2 40 71
Binary 10110101 1110010 1110000 0 100101 100110 11101 10 100000 111001

Color Harmonies of #B57270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57270

Black with #B57270

Text Example


Text Example

White with #B57270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57270; }

 p { color: rgb(181,114,112); }

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

background-color css

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

 a { background-color: rgb(181,114,112); }

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

border-color css

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

 span { border-color: rgb(181,114,112); }

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