#B47D7E

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

Shades of Turkish Rose #B47D7E

Tints of Turkish Rose #B47D7E

Color information

#B47D7E (or 0xB47D7E) is unknown color: approx Turkish Rose. HEX triplet: B4, 7D and 7E. RGB value is (180,125,126). Sum of RGB (Red+Green+Blue) = 180+125+126=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47D7E is #4B8281. Grayscale: #8D8D8D. Windows color (decimal): -4948610 or 8289716. OLE color: 8289716.

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

Color convert

RGB180125126-
CMYK00.310.30.29
HSL358.91º26.83%59.8%-
HSV(B)358.91º30.56%70.59%-
XYZ29.9225.8823.16-
YUV141.56119.22155.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=41.76%
G=29.00%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012512600.310.30.29358.9126.8359.8
HexB47D7E01F1E1D1671b3c
Octal26417517603736355473374
Binary1011010011111011111110011111111101110110110011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D7E; }

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

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

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

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

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

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

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

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