#B36575

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

Shades of Turkish Rose #B36575

Tints of Turkish Rose #B36575

Color information

#B36575 (or 0xB36575) is unknown color: approx Turkish Rose. HEX triplet: B3, 65 and 75. RGB value is (179,101,117). Sum of RGB (Red+Green+Blue) = 179+101+117=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B36575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36575 is #4C9A8A. Grayscale: #7E7E7E. Windows color (decimal): -5020299 or 7693747. OLE color: 7693747.

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

Color convert

RGB179101117-
CMYK00.440.350.30
HSL347.69º33.91%54.9%-
HSV(B)347.69º43.58%70.2%-
XYZ26.4520.1819.33-
YUV126.15122.84165.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=45.09%
G=25.44%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910111700.440.350.30347.6933.9154.9
HexB3657502C231E15c2237
Octal26314516505443365344267
Binary1011001111001011110101010110010001111110101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36575; }

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

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

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

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

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

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

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

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