#B5747A

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

Shades of Turkish Rose #B5747A

Tints of Turkish Rose #B5747A

Color information

#B5747A (or 0xB5747A) is unknown color: approx Turkish Rose. HEX triplet: B5, 74 and 7A. RGB value is (181,116,122). Sum of RGB (Red+Green+Blue) = 181+116+122=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5747A is #4A8B85. Grayscale: #888888. Windows color (decimal): -4885382 or 8025269. OLE color: 8025269.

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

Color convert

RGB181116122-
CMYK00.360.330.29
HSL354.46º30.52%58.24%-
HSV(B)354.46º35.91%70.98%-
XYZ28.8123.7221.47-
YUV136.12120.03160.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=43.20%
G=27.68%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111612200.360.330.29354.4630.5258.24
HexB5747A024211D1621f3a
Octal26516417204441355423772
Binary101101011110100111101001001001000011110110110001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5747A; }

 p { color: rgb(181,116,122); }

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

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

 a { background-color: rgb(181,116,122); }

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

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

 span { border-color: rgb(181,116,122); }

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