#B36368

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

Shades of Turkish Rose #B36368

Tints of Turkish Rose #B36368

Color information

#B36368 (or 0xB36368) is unknown color: approx Turkish Rose. HEX triplet: B3, 63 and 68. RGB value is (179,99,104). Sum of RGB (Red+Green+Blue) = 179+99+104=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B36368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36368 is #4C9C97. Grayscale: #7B7B7B. Windows color (decimal): -5020824 or 6841267. OLE color: 6841267.

HSL color Cylindrical-coordinate representation of color #B36368: hue angle of 356.25º 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 #B36368 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17999104-
CMYK00.450.420.30
HSL356.25º34.48%54.51%-
HSV(B)356.25º44.69%70.2%-
XYZ25.5519.5115.52-
YUV123.49117167.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=46.86%
G=25.92%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799910400.450.420.30356.2534.4854.51
HexB3636802D2A1E1642237
Octal26314315005552365444267
Binary1011001111000111101000010110110101011110101100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36368; }

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

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

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

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

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

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

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

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