#B46568

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

Shades of Turkish Rose #B46568

Tints of Turkish Rose #B46568

Color information

#B46568 (or 0xB46568) is unknown color: approx Turkish Rose. HEX triplet: B4, 65 and 68. RGB value is (180,101,104). Sum of RGB (Red+Green+Blue) = 180+101+104=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46568 is #4B9A97. Grayscale: #7D7D7D. Windows color (decimal): -4954776 or 6841780. OLE color: 6841780.

HSL color Cylindrical-coordinate representation of color #B46568: hue angle of 357.72º 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 #B46568 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB180101104-
CMYK00.440.420.29
HSL357.72º34.5%55.1%-
HSV(B)357.72º43.89%70.59%-
XYZ25.9720.0115.59-
YUV124.96116.17167.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=46.75%
G=26.23%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010110400.440.420.29357.7234.555.1
HexB4656802C2A1D1662237
Octal26414515005452355464267
Binary1011010011001011101000010110010101011101101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46568; }

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

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

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

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

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

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

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

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