#B87A7C

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

Shades of Turkish Rose #B87A7C

Tints of Turkish Rose #B87A7C

Color information

#B87A7C (or 0xB87A7C) is unknown color: approx Turkish Rose. HEX triplet: B8, 7A and 7C. RGB value is (184,122,124). Sum of RGB (Red+Green+Blue) = 184+122+124=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A7C is #478583. Grayscale: #8C8C8C. Windows color (decimal): -4687236 or 8157880. OLE color: 8157880.

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

Color convert

RGB184122124-
CMYK00.340.330.28
HSL358.06º30.39%60%-
HSV(B)358.06º33.7%72.16%-
XYZ30.3625.5622.4-
YUV140.77118.54158.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=42.79%
G=28.37%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412212400.340.330.28358.0630.3960
HexB87A7C022211C1661e3c
Octal27017217404241345463674
Binary101110001111010111110001000101000011110010110011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A7C; }

 p { color: rgb(184,122,124); }

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

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

 a { background-color: rgb(184,122,124); }

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

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

 span { border-color: rgb(184,122,124); }

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