#B26473

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

Shades of Turkish Rose #B26473

Tints of Turkish Rose #B26473

Color information

#B26473 (or 0xB26473) is unknown color: approx Turkish Rose. HEX triplet: B2, 64 and 73. RGB value is (178,100,115). Sum of RGB (Red+Green+Blue) = 178+100+115=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B26473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26473 is #4D9B8C. Grayscale: #7D7D7D. Windows color (decimal): -5086093 or 7562418. OLE color: 7562418.

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

Color convert

RGB178100115-
CMYK00.440.350.30
HSL348.46º33.62%54.51%-
HSV(B)348.46º43.82%69.8%-
XYZ26.0119.8218.67-
YUV125.03122.34165.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=45.29%
G=25.45%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810011500.440.350.30348.4633.6254.51
HexB2647302C231E15c2237
Octal26214416305443365344267
Binary1011001011001001110011010110010001111110101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26473; }

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

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

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

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

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

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

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

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