#B26F74

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

Shades of Turkish Rose #B26F74

Tints of Turkish Rose #B26F74

Color information

#B26F74 (or 0xB26F74) is unknown color: approx Turkish Rose. HEX triplet: B2, 6F and 74. RGB value is (178,111,116). Sum of RGB (Red+Green+Blue) = 178+111+116=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F74 is #4D908B. Grayscale: #838383. Windows color (decimal): -5083276 or 7630770. OLE color: 7630770.

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

Color convert

RGB178111116-
CMYK00.380.350.30
HSL355.52º30.32%56.67%-
HSV(B)355.52º37.64%69.8%-
XYZ27.222.0919.35-
YUV131.6119.2161.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=43.95%
G=27.41%
B=28.64%

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
Decimal17811111600.380.350.30355.5230.3256.67
HexB26F74026231E1641e39
Octal26215716404643365443671
Binary101100101101111111010001001101000111111010110010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F74; }

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

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

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

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

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

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

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

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