#B47B7F

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

Shades of Turkish Rose #B47B7F

Tints of Turkish Rose #B47B7F

Color information

#B47B7F (or 0xB47B7F) is unknown color: approx Turkish Rose. HEX triplet: B4, 7B and 7F. RGB value is (180,123,127). Sum of RGB (Red+Green+Blue) = 180+123+127=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B7F is #4B8480. Grayscale: #8C8C8C. Windows color (decimal): -4949121 or 8354740. OLE color: 8354740.

HSL color Cylindrical-coordinate representation of color #B47B7F: hue angle of 355.79º 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 #B47B7F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180123127-
CMYK00.320.290.29
HSL355.79º27.54%59.41%-
HSV(B)355.79º31.67%70.59%-
XYZ29.7425.423.41-
YUV140.5120.38156.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 127 (50% from 255) = 29.53%
R=41.86%
G=28.60%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012312700.320.290.29355.7927.5459.41
HexB47B7F0201D1D1641c3b
Octal26417317704035355443473
Binary10110100111101111111110100000111011110110110010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B7F; }

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

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

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

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

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

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

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

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