#B26672

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

Shades of Turkish Rose #B26672

Tints of Turkish Rose #B26672

Color information

#B26672 (or 0xB26672) is unknown color: approx Turkish Rose. HEX triplet: B2, 66 and 72. RGB value is (178,102,114). Sum of RGB (Red+Green+Blue) = 178+102+114=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B26672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26672 is #4D998D. Grayscale: #7E7E7E. Windows color (decimal): -5085582 or 7497394. OLE color: 7497394.

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

Color convert

RGB178102114-
CMYK00.430.360.30
HSL350.53º33.04%54.9%-
HSV(B)350.53º42.7%69.8%-
XYZ26.1520.1818.44-
YUV126.09121.18165.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=45.18%
G=25.89%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810211400.430.360.30350.5333.0454.9
HexB2667202B241E15f2137
Octal26214616205344365374167
Binary1011001011001101110010010101110010011110101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26672; }

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

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

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

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

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

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

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

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