#B26575

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

Shades of Turkish Rose #B26575

Tints of Turkish Rose #B26575

Color information

#B26575 (or 0xB26575) is unknown color: approx Turkish Rose. HEX triplet: B2, 65 and 75. RGB value is (178,101,117). Sum of RGB (Red+Green+Blue) = 178+101+117=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B26575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26575 is #4D9A8A. Grayscale: #7D7D7D. Windows color (decimal): -5085835 or 7693746. OLE color: 7693746.

HSL color Cylindrical-coordinate representation of color #B26575: hue angle of 347.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26575 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178101117-
CMYK00.430.340.30
HSL347.53º33.33%54.71%-
HSV(B)347.53º43.26%69.8%-
XYZ26.2220.0619.32-
YUV125.85123.01165.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=44.95%
G=25.51%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810111700.430.340.30347.5333.3354.71
HexB2657502B221E15c2137
Octal26214516505342365344167
Binary1011001011001011110101010101110001011110101011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26575; }

 p { color: rgb(178,101,117); }

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

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

 a { background-color: rgb(178,101,117); }

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

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

 span { border-color: rgb(178,101,117); }

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