#b26573

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

Shades of Turkish Rose #B26573

Tints of Turkish Rose #B26573

Color information

#B26573 (or 0xB26573) is unknown color: approx Turkish Rose. HEX triplet: B2, 65 and 73. RGB value is (178,101,115). Sum of RGB (Red+Green+Blue) = 178+101+115=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B26573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26573 is #4D9A8C. Grayscale: #7D7D7D. Windows color (decimal): -5085837 or 7562674. OLE color: 7562674.

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

Color convert

RGB178101115-
CMYK00.430.350.30
HSL349.09º33.33%54.71%-
HSV(B)349.09º43.26%69.8%-
XYZ26.1120.0118.71-
YUV125.62122.01165.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=45.18%
G=25.63%
B=29.19%

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
Decimal17810111500.430.350.30349.0933.3354.71
HexB2657302B231E15d2137
Octal26214516305343365354167
Binary1011001011001011110011010101110001111110101011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26573; }

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

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

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

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

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

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

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

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