#B26272

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

Shades of Turkish Rose #B26272

Tints of Turkish Rose #B26272

Color information

#B26272 (or 0xB26272) is unknown color: approx Turkish Rose. HEX triplet: B2, 62 and 72. RGB value is (178,98,114). Sum of RGB (Red+Green+Blue) = 178+98+114=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B26272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26272 is #4D9D8D. Grayscale: #7B7B7B. Windows color (decimal): -5086606 or 7496370. OLE color: 7496370.

HSL color Cylindrical-coordinate representation of color #B26272: hue angle of 348º degrees, saturation: 0.34, 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 #B26272 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17898114-
CMYK00.450.360.30
HSL348º34.19%54.12%-
HSV(B)348º44.94%69.8%-
XYZ25.7719.4218.31-
YUV123.74122.5166.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=45.64%
G=25.13%
B=29.23%

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
Decimal1789811400.450.360.3034834.1954.12
HexB2627202D241E15c2236
Octal26214216205544365344266
Binary1011001011000101110010010110110010011110101011100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26272; }

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

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

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

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

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

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

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

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