#B46271

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

Shades of Turkish Rose #B46271

Tints of Turkish Rose #B46271

Color information

#B46271 (or 0xB46271) is unknown color: approx Turkish Rose. HEX triplet: B4, 62 and 71. RGB value is (180,98,113). Sum of RGB (Red+Green+Blue) = 180+98+113=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B46271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46271 is #4B9D8E. Grayscale: #7C7C7C. Windows color (decimal): -4955535 or 7430836. OLE color: 7430836.

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

Color convert

RGB18098113-
CMYK00.460.370.29
HSL349.02º35.34%54.51%-
HSV(B)349.02º45.56%70.59%-
XYZ26.1719.6318.03-
YUV124.23121.67167.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=46.04%
G=25.06%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809811300.460.370.29349.0235.3454.51
HexB4627102E251D15d2337
Octal26414216105645355354367
Binary1011010011000101110001010111010010111101101011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46271; }

 p { color: rgb(180,98,113); }

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

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

 a { background-color: rgb(180,98,113); }

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

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

 span { border-color: rgb(180,98,113); }

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