#B36566

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

Shades of Turkish Rose #B36566

Tints of Turkish Rose #B36566

Color information

#B36566 (or 0xB36566) is unknown color: approx Turkish Rose. HEX triplet: B3, 65 and 66. RGB value is (179,101,102). Sum of RGB (Red+Green+Blue) = 179+101+102=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B36566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36566 is #4C9A99. Grayscale: #7C7C7C. Windows color (decimal): -5020314 or 6710707. OLE color: 6710707.

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

Color convert

RGB179101102-
CMYK00.440.430.30
HSL359.23º33.91%54.9%-
HSV(B)359.23º43.58%70.2%-
XYZ25.6419.8515.05-
YUV124.44115.34166.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 102 (40.23% from 255) = 26.70%
R=46.86%
G=26.44%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910110200.440.430.30359.2333.9154.9
HexB3656602C2B1E1672237
Octal26314514605453365474267
Binary1011001111001011100110010110010101111110101100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36566; }

 p { color: rgb(179,101,102); }

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

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

 a { background-color: rgb(179,101,102); }

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

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

 span { border-color: rgb(179,101,102); }

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