#B5737B

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

Shades of Turkish Rose #B5737B

Tints of Turkish Rose #B5737B

Color information

#B5737B (or 0xB5737B) is unknown color: approx Turkish Rose. HEX triplet: B5, 73 and 7B. RGB value is (181,115,123). Sum of RGB (Red+Green+Blue) = 181+115+123=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5737B is #4A8C84. Grayscale: #878787. Windows color (decimal): -4885637 or 8090549. OLE color: 8090549.

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

Color convert

RGB181115123-
CMYK00.360.320.29
HSL352.73º30.84%58.04%-
HSV(B)352.73º36.46%70.98%-
XYZ28.7623.5221.76-
YUV135.65120.87160.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=43.20%
G=27.45%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111512300.360.320.29352.7330.8458.04
HexB5737B024201D1611f3a
Octal26516317304440355413772
Binary101101011110011111101101001001000001110110110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5737B; }

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

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

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

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

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

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

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

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