#B36569

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

Shades of Turkish Rose #B36569

Tints of Turkish Rose #B36569

Color information

#B36569 (or 0xB36569) is unknown color: approx Turkish Rose. HEX triplet: B3, 65 and 69. RGB value is (179,101,105). Sum of RGB (Red+Green+Blue) = 179+101+105=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B36569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36569 is #4C9A96. Grayscale: #7C7C7C. Windows color (decimal): -5020311 or 6907315. OLE color: 6907315.

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

Color convert

RGB179101105-
CMYK00.440.410.30
HSL356.92º33.91%54.9%-
HSV(B)356.92º43.58%70.2%-
XYZ25.7919.9115.85-
YUV124.78116.84166.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=46.49%
G=26.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910110500.440.410.30356.9233.9154.9
HexB3656902C291E1652237
Octal26314515105451365454267
Binary1011001111001011101001010110010100111110101100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36569; }

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

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

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

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

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

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

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

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