#B26675

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

Shades of Turkish Rose #B26675

Tints of Turkish Rose #B26675

Color information

#B26675 (or 0xB26675) is unknown color: approx Turkish Rose. HEX triplet: B2, 66 and 75. RGB value is (178,102,117). Sum of RGB (Red+Green+Blue) = 178+102+117=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26675 is #4D998A. Grayscale: #7E7E7E. Windows color (decimal): -5085579 or 7694002. OLE color: 7694002.

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

Color convert

RGB178102117-
CMYK00.430.340.30
HSL348.16º33.04%54.9%-
HSV(B)348.16º42.7%69.8%-
XYZ26.3220.2519.35-
YUV126.43122.68164.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=44.84%
G=25.69%
B=29.47%

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
Decimal17810211700.430.340.30348.1633.0454.9
HexB2667502B221E15c2137
Octal26214616505342365344167
Binary1011001011001101110101010101110001011110101011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26675; }

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

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

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

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

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

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

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

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