#B26C70

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

Shades of Turkish Rose #B26C70

Tints of Turkish Rose #B26C70

Color information

#B26C70 (or 0xB26C70) is unknown color: approx Turkish Rose. HEX triplet: B2, 6C and 70. RGB value is (178,108,112). Sum of RGB (Red+Green+Blue) = 178+108+112=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C70 is #4D938F. Grayscale: #818181. Windows color (decimal): -5084048 or 7367858. OLE color: 7367858.

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

Color convert

RGB178108112-
CMYK00.390.370.30
HSL356.57º31.25%56.08%-
HSV(B)356.57º39.33%69.8%-
XYZ26.6521.3618.05-
YUV129.39118.19162.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=44.72%
G=27.14%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810811200.390.370.30356.5731.2556.08
HexB26C70027251E1651f38
Octal26215416004745365453770
Binary101100101101100111000001001111001011111010110010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C70; }

 p { color: rgb(178,108,112); }

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

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

 a { background-color: rgb(178,108,112); }

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

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

 span { border-color: rgb(178,108,112); }

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