#B47A7D

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

Shades of Turkish Rose #B47A7D

Tints of Turkish Rose #B47A7D

Color information

#B47A7D (or 0xB47A7D) is unknown color: approx Turkish Rose. HEX triplet: B4, 7A and 7D. RGB value is (180,122,125). Sum of RGB (Red+Green+Blue) = 180+122+125=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A7D is #4B8582. Grayscale: #8B8B8B. Windows color (decimal): -4949379 or 8223412. OLE color: 8223412.

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

Color convert

RGB180122125-
CMYK00.320.310.29
HSL356.9º27.88%59.22%-
HSV(B)356.9º32.22%70.59%-
XYZ29.4825.122.69-
YUV139.68119.72156.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=42.15%
G=28.57%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012212500.320.310.29356.927.8859.22
HexB47A7D0201F1D1651c3b
Octal26417217504037355453473
Binary10110100111101011111010100000111111110110110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A7D; }

 p { color: rgb(180,122,125); }

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

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

 a { background-color: rgb(180,122,125); }

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

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

 span { border-color: rgb(180,122,125); }

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