#B36573

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

Shades of Turkish Rose #B36573

Tints of Turkish Rose #B36573

Color information

#B36573 (or 0xB36573) is unknown color: approx Turkish Rose. HEX triplet: B3, 65 and 73. RGB value is (179,101,115). Sum of RGB (Red+Green+Blue) = 179+101+115=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B36573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36573 is #4C9A8C. Grayscale: #7D7D7D. Windows color (decimal): -5020301 or 7562675. OLE color: 7562675.

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

Color convert

RGB179101115-
CMYK00.440.360.30
HSL349.23º33.91%54.9%-
HSV(B)349.23º43.58%70.2%-
XYZ26.3420.1318.72-
YUV125.92121.84165.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=45.32%
G=25.57%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910111500.440.360.30349.2333.9154.9
HexB3657302C241E15d2237
Octal26314516305444365354267
Binary1011001111001011110011010110010010011110101011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36573; }

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

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

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

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

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

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

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

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