#B26F71

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

Shades of Turkish Rose #B26F71

Tints of Turkish Rose #B26F71

Color information

#B26F71 (or 0xB26F71) is unknown color: approx Turkish Rose. HEX triplet: B2, 6F and 71. RGB value is (178,111,113). Sum of RGB (Red+Green+Blue) = 178+111+113=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F71 is #4D908E. Grayscale: #838383. Windows color (decimal): -5083279 or 7434162. OLE color: 7434162.

HSL color Cylindrical-coordinate representation of color #B26F71: hue angle of 358.21º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26F71 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB178111113-
CMYK00.380.370.30
HSL358.21º30.32%56.67%-
HSV(B)358.21º37.64%69.8%-
XYZ27.0322.0318.45-
YUV131.26117.7161.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=44.28%
G=27.61%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811111300.380.370.30358.2130.3256.67
HexB26F71026251E1661e39
Octal26215716104645365463671
Binary101100101101111111000101001101001011111010110011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F71; }

 p { color: rgb(178,111,113); }

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

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

 a { background-color: rgb(178,111,113); }

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

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

 span { border-color: rgb(178,111,113); }

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