Html Css Color HEX #B57572 Contessa

📋 copy color: '#B57572'

red 181 ◦ green 117 ◦ blue 114

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

Shades of Contessa #B57572

Tints of Contessa #B57572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

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

R = 43.93%
G = 28.4%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B57572 (or 0xB57572) is known color: Contessa. HEX triplet: B5, 75 and 72. RGB value is (181,117,114). Sum of RGB (Red+Green+Blue) = 181+117+114=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B57572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57572 is #4A8A8D. Grayscale: #878787. Windows color (decimal): -4885134 or 7501237. OLE color: 7501237.

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

Color convert

RGB 181 117 114 -
CMYK 0 0.35 0.37 0.29
HSL 2.69º 0.31% 0.58% -
HSV(B) 2.69º 0.37% 0.71% -
XYZ 28.45 23.76 19.01 -
YUV 135.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 181 117 114 0 0.35 0.37 0.29 2.69 0.31 0.58
Hex B5 75 72 0 23 25 1D 3 1F 3A
Octal 265 165 162 0 43 45 35 3 37 72
Binary 10110101 1110101 1110010 0 100011 100101 11101 11 11111 111010

Color Harmonies of #B57572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57572

Black with #B57572

Text Example


Text Example

White with #B57572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57572; }

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

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

background-color css

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

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

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

border-color css

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

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

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