#B26472

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

Shades of Turkish Rose #B26472

Tints of Turkish Rose #B26472

Color information

#B26472 (or 0xB26472) is unknown color: approx Turkish Rose. HEX triplet: B2, 64 and 72. RGB value is (178,100,114). Sum of RGB (Red+Green+Blue) = 178+100+114=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B26472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26472 is #4D9B8D. Grayscale: #7C7C7C. Windows color (decimal): -5086094 or 7496882. OLE color: 7496882.

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

Color convert

RGB178100114-
CMYK00.440.360.30
HSL349.23º33.62%54.51%-
HSV(B)349.23º43.82%69.8%-
XYZ25.9519.7918.37-
YUV124.92121.84165.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=45.41%
G=25.51%
B=29.08%

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
Decimal17810011400.440.360.30349.2333.6254.51
HexB2647202C241E15d2237
Octal26214416205444365354267
Binary1011001011001001110010010110010010011110101011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26472; }

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

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

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

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

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

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

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

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