#B47E7F

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

Shades of Turkish Rose #B47E7F

Tints of Turkish Rose #B47E7F

Color information

#B47E7F (or 0xB47E7F) is unknown color: approx Turkish Rose. HEX triplet: B4, 7E and 7F. RGB value is (180,126,127). Sum of RGB (Red+Green+Blue) = 180+126+127=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E7F is #4B8180. Grayscale: #8E8E8E. Windows color (decimal): -4948353 or 8355508. OLE color: 8355508.

HSL color Cylindrical-coordinate representation of color #B47E7F: hue angle of 358.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E7F is Cyan = 0, Magento = 0.3, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180126127-
CMYK00.30.290.29
HSL358.89º26.47%60%-
HSV(B)358.89º30%70.59%-
XYZ30.1126.1623.54-
YUV142.26119.39154.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 127 (50% from 255) = 29.33%
R=41.57%
G=29.10%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012612700.30.290.29358.8926.4760
HexB47E7F01E1D1D1671a3c
Octal26417617703635355473274
Binary1011010011111101111111011110111011110110110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E7F; }

 p { color: rgb(180,126,127); }

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

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

 a { background-color: rgb(180,126,127); }

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

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

 span { border-color: rgb(180,126,127); }

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