#B46571

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

Shades of Turkish Rose #B46571

Tints of Turkish Rose #B46571

Color information

#B46571 (or 0xB46571) is unknown color: approx Turkish Rose. HEX triplet: B4, 65 and 71. RGB value is (180,101,113). Sum of RGB (Red+Green+Blue) = 180+101+113=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B46571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46571 is #4B9A8E. Grayscale: #7E7E7E. Windows color (decimal): -4954767 or 7431604. OLE color: 7431604.

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

Color convert

RGB180101113-
CMYK00.440.370.29
HSL350.89º34.5%55.1%-
HSV(B)350.89º43.89%70.59%-
XYZ26.4620.218.13-
YUV125.99120.67166.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=45.69%
G=25.63%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010111300.440.370.29350.8934.555.1
HexB4657102C251D15f2237
Octal26414516105445355374267
Binary1011010011001011110001010110010010111101101011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46571; }

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

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

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

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

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

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

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

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