#B47A7B

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

Shades of Turkish Rose #B47A7B

Tints of Turkish Rose #B47A7B

Color information

#B47A7B (or 0xB47A7B) is unknown color: approx Turkish Rose. HEX triplet: B4, 7A and 7B. RGB value is (180,122,123). Sum of RGB (Red+Green+Blue) = 180+122+123=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A7B is #4B8584. Grayscale: #8B8B8B. Windows color (decimal): -4949381 or 8092340. OLE color: 8092340.

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

Color convert

RGB180122123-
CMYK00.320.320.29
HSL358.97º27.88%59.22%-
HSV(B)358.97º32.22%70.59%-
XYZ29.3625.0522.03-
YUV139.46118.72156.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=42.35%
G=28.71%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012212300.320.320.29358.9727.8859.22
HexB47A7B020201D1671c3b
Octal26417217304040355473473
Binary101101001111010111101101000001000001110110110011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A7B; }

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

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

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

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

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

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

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

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