#B26F73

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

Shades of Turkish Rose #B26F73

Tints of Turkish Rose #B26F73

Color information

#B26F73 (or 0xB26F73) is unknown color: approx Turkish Rose. HEX triplet: B2, 6F and 73. RGB value is (178,111,115). Sum of RGB (Red+Green+Blue) = 178+111+115=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F73 is #4D908C. Grayscale: #838383. Windows color (decimal): -5083277 or 7565234. OLE color: 7565234.

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

Color convert

RGB178111115-
CMYK00.380.350.30
HSL356.42º30.32%56.67%-
HSV(B)356.42º37.64%69.8%-
XYZ27.1422.0719.05-
YUV131.49118.7161.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=44.06%
G=27.48%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811111500.380.350.30356.4230.3256.67
HexB26F73026231E1641e39
Octal26215716304643365443671
Binary101100101101111111001101001101000111111010110010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F73; }

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

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

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

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

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

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

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

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