#B87273

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

Shades of Turkish Rose #B87273

Tints of Turkish Rose #B87273

Color information

#B87273 (or 0xB87273) is unknown color: approx Turkish Rose. HEX triplet: B8, 72 and 73. RGB value is (184,114,115). Sum of RGB (Red+Green+Blue) = 184+114+115=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B87273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87273 is #478D8C. Grayscale: #878787. Windows color (decimal): -4689293 or 7566008. OLE color: 7566008.

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

Color convert

RGB184114115-
CMYK00.380.380.28
HSL359.14º33.02%58.43%-
HSV(B)359.14º38.04%72.16%-
XYZ28.8823.4619.23-
YUV135.04116.69162.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=44.55%
G=27.60%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411411500.380.380.28359.1433.0258.43
HexB87273026261C167213a
Octal27016216304646345474172
Binary1011100011100101110011010011010011011100101100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87273; }

 p { color: rgb(184,114,115); }

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

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

 a { background-color: rgb(184,114,115); }

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

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

 span { border-color: rgb(184,114,115); }

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