#B5727A

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

Shades of Turkish Rose #B5727A

Tints of Turkish Rose #B5727A

Color information

#B5727A (or 0xB5727A) is unknown color: approx Turkish Rose. HEX triplet: B5, 72 and 7A. RGB value is (181,114,122). Sum of RGB (Red+Green+Blue) = 181+114+122=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727A is #4A8D85. Grayscale: #868686. Windows color (decimal): -4885894 or 8024757. OLE color: 8024757.

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

Color convert

RGB181114122-
CMYK00.370.330.29
HSL352.84º31.16%57.84%-
HSV(B)352.84º37.02%70.98%-
XYZ28.5923.2621.4-
YUV134.94120.7160.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=43.41%
G=27.34%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111412200.370.330.29352.8431.1657.84
HexB5727A025211D1611f3a
Octal26516217204541355413772
Binary101101011110010111101001001011000011110110110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5727A; }

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

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

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

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

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

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

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

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