#B26566

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

Shades of Turkish Rose #B26566

Tints of Turkish Rose #B26566

Color information

#B26566 (or 0xB26566) is unknown color: approx Turkish Rose. HEX triplet: B2, 65 and 66. RGB value is (178,101,102). Sum of RGB (Red+Green+Blue) = 178+101+102=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B26566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26566 is #4D9A99. Grayscale: #7C7C7C. Windows color (decimal): -5085850 or 6710706. OLE color: 6710706.

HSL color Cylindrical-coordinate representation of color #B26566: hue angle of 359.22º 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 #B26566 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178101102-
CMYK00.430.430.30
HSL359.22º33.33%54.71%-
HSV(B)359.22º43.26%69.8%-
XYZ25.4119.7315.04-
YUV124.14115.51166.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=46.72%
G=26.51%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810110200.430.430.30359.2233.3354.71
HexB2656602B2B1E1672137
Octal26214514605353365474167
Binary1011001011001011100110010101110101111110101100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26566; }

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

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

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

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

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

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

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

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