#B36373

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

Shades of Turkish Rose #B36373

Tints of Turkish Rose #B36373

Color information

#B36373 (or 0xB36373) is unknown color: approx Turkish Rose. HEX triplet: B3, 63 and 73. RGB value is (179,99,115). Sum of RGB (Red+Green+Blue) = 179+99+115=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B36373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36373 is #4C9C8C. Grayscale: #7C7C7C. Windows color (decimal): -5020813 or 7562163. OLE color: 7562163.

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

Color convert

RGB17999115-
CMYK00.450.360.30
HSL348º34.48%54.51%-
HSV(B)348º44.69%70.2%-
XYZ26.1519.7518.65-
YUV124.74122.5166.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=45.55%
G=25.19%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799911500.450.360.3034834.4854.51
HexB3637302D241E15c2237
Octal26314316305544365344267
Binary1011001111000111110011010110110010011110101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36373; }

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

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

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

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

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

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

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

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