#B26A71

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

Shades of Turkish Rose #B26A71

Tints of Turkish Rose #B26A71

Color information

#B26A71 (or 0xB26A71) is unknown color: approx Turkish Rose. HEX triplet: B2, 6A and 71. RGB value is (178,106,113). Sum of RGB (Red+Green+Blue) = 178+106+113=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26A71 is #4D958E. Grayscale: #808080. Windows color (decimal): -5084559 or 7432882. OLE color: 7432882.

HSL color Cylindrical-coordinate representation of color #B26A71: hue angle of 354.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26A71 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB178106113-
CMYK00.400.370.30
HSL354.17º31.86%55.69%-
HSV(B)354.17º40.45%69.8%-
XYZ26.4920.9718.27-
YUV128.33119.35163.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=44.84%
G=26.70%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810611300.400.370.30354.1731.8655.69
HexB26A71028251E1622038
Octal26215216105045365424070
Binary1011001011010101110001010100010010111110101100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A71; }

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

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

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

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

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

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

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

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