#B4737A

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

Shades of Turkish Rose #B4737A

Tints of Turkish Rose #B4737A

Color information

#B4737A (or 0xB4737A) is unknown color: approx Turkish Rose. HEX triplet: B4, 73 and 7A. RGB value is (180,115,122). Sum of RGB (Red+Green+Blue) = 180+115+122=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4737A is #4B8C85. Grayscale: #878787. Windows color (decimal): -4951174 or 8025012. OLE color: 8025012.

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

Color convert

RGB180115122-
CMYK00.360.320.29
HSL353.54º30.23%57.84%-
HSV(B)353.54º36.11%70.59%-
XYZ28.4723.3721.42-
YUV135.23120.53159.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=43.17%
G=27.58%
B=29.26%

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
Decimal18011512200.360.320.29353.5430.2357.84
HexB4737A024201D1621e3a
Octal26416317204440355423672
Binary101101001110011111101001001001000001110110110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4737A; }

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

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

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

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

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

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

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

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