#B26876

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

Shades of Turkish Rose #B26876

Tints of Turkish Rose #B26876

Color information

#B26876 (or 0xB26876) is unknown color: approx Turkish Rose. HEX triplet: B2, 68 and 76. RGB value is (178,104,118). Sum of RGB (Red+Green+Blue) = 178+104+118=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26876 is #4D9789. Grayscale: #7F7F7F. Windows color (decimal): -5085066 or 7760050. OLE color: 7760050.

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

Color convert

RGB178104118-
CMYK00.420.340.30
HSL348.65º32.46%55.29%-
HSV(B)348.65º41.57%69.8%-
XYZ26.5820.6719.73-
YUV127.72122.52163.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=44.5%
G=26%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810411800.420.340.30348.6532.4655.29
HexB2687602A221E15d2037
Octal26215016605242365354067
Binary1011001011010001110110010101010001011110101011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26876; }

 p { color: rgb(178,104,118); }

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

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

 a { background-color: rgb(178,104,118); }

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

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

 span { border-color: rgb(178,104,118); }

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