#B26D72

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

Shades of Turkish Rose #B26D72

Tints of Turkish Rose #B26D72

Color information

#B26D72 (or 0xB26D72) is unknown color: approx Turkish Rose. HEX triplet: B2, 6D and 72. RGB value is (178,109,114). Sum of RGB (Red+Green+Blue) = 178+109+114=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D72 is #4D928D. Grayscale: #828282. Windows color (decimal): -5083790 or 7499186. OLE color: 7499186.

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

Color convert

RGB178109114-
CMYK00.390.360.30
HSL355.65º30.94%56.27%-
HSV(B)355.65º38.76%69.8%-
XYZ26.8721.6218.68-
YUV130.2118.86162.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=44.39%
G=27.18%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810911400.390.360.30355.6530.9456.27
HexB26D72027241E1641f38
Octal26215516204744365443770
Binary101100101101101111001001001111001001111010110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D72; }

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

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

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

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

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

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

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

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