#B26673

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

Shades of Turkish Rose #B26673

Tints of Turkish Rose #B26673

Color information

#B26673 (or 0xB26673) is unknown color: approx Turkish Rose. HEX triplet: B2, 66 and 73. RGB value is (178,102,115). Sum of RGB (Red+Green+Blue) = 178+102+115=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26673 is #4D998C. Grayscale: #7E7E7E. Windows color (decimal): -5085581 or 7562930. OLE color: 7562930.

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

Color convert

RGB178102115-
CMYK00.430.350.30
HSL349.74º33.04%54.9%-
HSV(B)349.74º42.7%69.8%-
XYZ26.2120.2118.74-
YUV126.21121.68164.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=45.06%
G=25.82%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810211500.430.350.30349.7433.0454.9
HexB2667302B231E15e2137
Octal26214616305343365364167
Binary1011001011001101110011010101110001111110101011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26673; }

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

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

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

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

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

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

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

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