Html Css Color HEX #B57071 Turkish Rose

📋 copy color: '#B57071'

red 181 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #B57071

Tints of Turkish Rose #B57071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

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

R = 44.58%
G = 27.59%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B57071 (or 0xB57071) is known color: Turkish Rose. HEX triplet: B5, 70 and 71. RGB value is (181,112,113). Sum of RGB (Red+Green+Blue) = 181+112+113=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B57071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57071 is #4A8F8E. Grayscale: #848484. Windows color (decimal): -4886415 or 7434421. OLE color: 7434421.

HSL color Cylindrical-coordinate representation of color #B57071: hue angle of 359.13º 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 #B57071 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 113 -
CMYK 0 0.38 0.38 0.29
HSL 359.13º 0.32% 0.57% -
HSV(B) 359.13º 0.38% 0.71% -
XYZ 27.83 22.6 18.52 -
YUV 132.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 181 112 113 0 0.38 0.38 0.29 359.13 0.32 0.57
Hex B5 70 71 0 26 26 1D 167 20 39
Octal 265 160 161 0 46 46 35 547 40 71
Binary 10110101 1110000 1110001 0 100110 100110 11101 101100111 100000 111001

Color Harmonies of #B57071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57071

Black with #B57071

Text Example


Text Example

White with #B57071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57071; }

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

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

background-color css

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

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

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

border-color css

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

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

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