#B36272

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

Shades of Turkish Rose #B36272

Tints of Turkish Rose #B36272

Color information

#B36272 (or 0xB36272) is unknown color: approx Turkish Rose. HEX triplet: B3, 62 and 72. RGB value is (179,98,114). Sum of RGB (Red+Green+Blue) = 179+98+114=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B36272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36272 is #4C9D8D. Grayscale: #7C7C7C. Windows color (decimal): -5021070 or 7496371. OLE color: 7496371.

HSL color Cylindrical-coordinate representation of color #B36272: hue angle of 348.15º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36272 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17998114-
CMYK00.450.360.30
HSL348.15º34.76%54.31%-
HSV(B)348.15º45.25%70.2%-
XYZ2619.5318.32-
YUV124.04122.34167.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=45.78%
G=25.06%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799811400.450.360.30348.1534.7654.31
HexB3627202D241E15c2336
Octal26314216205544365344366
Binary1011001111000101110010010110110010011110101011100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36272; }

 p { color: rgb(179,98,114); }

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

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

 a { background-color: rgb(179,98,114); }

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

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

 span { border-color: rgb(179,98,114); }

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