#B87071

Color #B87071 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B87071

Tints of Turkish Rose #B87071

Color information

#B87071 (or 0xB87071) is unknown color: approx Turkish Rose. HEX triplet: B8, 70 and 71. RGB value is (184,112,113). Sum of RGB (Red+Green+Blue) = 184+112+113=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B87071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87071 is #478F8E. Grayscale: #858585. Windows color (decimal): -4689807 or 7434424. OLE color: 7434424.

HSL color Cylindrical-coordinate representation of color #B87071: hue angle of 359.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87071 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184112113-
CMYK00.390.390.28
HSL359.17º33.64%58.04%-
HSV(B)359.17º39.13%72.16%-
XYZ28.5422.9718.55-
YUV133.64116.35163.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=44.99%
G=27.38%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411211300.390.390.28359.1733.6458.04
HexB87071027271C167223a
Octal27016016104747345474272
Binary1011100011100001110001010011110011111100101100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87071; }

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

 H1.HeaderClassName
 {
   color: #B87071;
 }
 .AnyTagClassName
 {
   color: #B87071;
 }
</style>
background-color css

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

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

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

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

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

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