#B5737A

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

Shades of Turkish Rose #B5737A

Tints of Turkish Rose #B5737A

Color information

#B5737A (or 0xB5737A) is unknown color: approx Turkish Rose. HEX triplet: B5, 73 and 7A. RGB value is (181,115,122). Sum of RGB (Red+Green+Blue) = 181+115+122=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5737A is #4A8C85. Grayscale: #878787. Windows color (decimal): -4885638 or 8025013. OLE color: 8025013.

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

Color convert

RGB181115122-
CMYK00.360.330.29
HSL353.64º30.84%58.04%-
HSV(B)353.64º36.46%70.98%-
XYZ28.723.4921.43-
YUV135.53120.37160.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=43.30%
G=27.51%
B=29.19%

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
Decimal18111512200.360.330.29353.6430.8458.04
HexB5737A024211D1621f3a
Octal26516317204441355423772
Binary101101011110011111101001001001000011110110110001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5737A; }

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

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

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

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

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

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

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

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