#B46673

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

Shades of Turkish Rose #B46673

Tints of Turkish Rose #B46673

Color information

#B46673 (or 0xB46673) is unknown color: approx Turkish Rose. HEX triplet: B4, 66 and 73. RGB value is (180,102,115). Sum of RGB (Red+Green+Blue) = 180+102+115=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46673 is #4B998C. Grayscale: #7E7E7E. Windows color (decimal): -4954509 or 7562932. OLE color: 7562932.

HSL color Cylindrical-coordinate representation of color #B46673: hue angle of 350º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46673 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180102115-
CMYK00.430.360.29
HSL350º34.21%55.29%-
HSV(B)350º43.33%70.59%-
XYZ26.6720.4418.76-
YUV126.8121.34165.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=45.34%
G=25.69%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010211500.430.360.2935034.2155.29
HexB4667302B241D15e2237
Octal26414616305344355364267
Binary1011010011001101110011010101110010011101101011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46673; }

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

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

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

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

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

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

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

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