#B26175

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

Shades of Turkish Rose #B26175

Tints of Turkish Rose #B26175

Color information

#B26175 (or 0xB26175) is unknown color: approx Turkish Rose. HEX triplet: B2, 61 and 75. RGB value is (178,97,117). Sum of RGB (Red+Green+Blue) = 178+97+117=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B26175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26175 is #4D9E8A. Grayscale: #7B7B7B. Windows color (decimal): -5086859 or 7692722. OLE color: 7692722.

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

Color convert

RGB17897117-
CMYK00.460.340.30
HSL345.19º34.47%53.92%-
HSV(B)345.19º45.51%69.8%-
XYZ25.8519.319.19-
YUV123.5124.34166.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=45.41%
G=24.74%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789711700.460.340.30345.1934.4753.92
HexB2617502E221E1592236
Octal26214116505642365314266
Binary1011001011000011110101010111010001011110101011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26175; }

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

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

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

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

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

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

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

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