#B3737A

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

Shades of Turkish Rose #B3737A

Tints of Turkish Rose #B3737A

Color information

#B3737A (or 0xB3737A) is unknown color: approx Turkish Rose. HEX triplet: B3, 73 and 7A. RGB value is (179,115,122). Sum of RGB (Red+Green+Blue) = 179+115+122=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3737A is #4C8C85. Grayscale: #868686. Windows color (decimal): -5016710 or 8025011. OLE color: 8025011.

HSL color Cylindrical-coordinate representation of color #B3737A: hue angle of 353.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3737A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179115122-
CMYK00.360.320.30
HSL353.44º29.63%57.65%-
HSV(B)353.44º35.75%70.2%-
XYZ28.2323.2521.41-
YUV134.93120.7159.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=43.03%
G=27.64%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911512200.360.320.30353.4429.6357.65
HexB3737A024201E1611e3a
Octal26316317204440365413672
Binary101100111110011111101001001001000001111010110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3737A; }

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

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

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

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

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

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

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

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