#B46875

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

Shades of Turkish Rose #B46875

Tints of Turkish Rose #B46875

Color information

#B46875 (or 0xB46875) is unknown color: approx Turkish Rose. HEX triplet: B4, 68 and 75. RGB value is (180,104,117). Sum of RGB (Red+Green+Blue) = 180+104+117=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B46875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46875 is #4B978A. Grayscale: #808080. Windows color (decimal): -4953995 or 7694516. OLE color: 7694516.

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

Color convert

RGB180104117-
CMYK00.420.350.29
HSL349.74º33.63%55.69%-
HSV(B)349.74º42.22%70.59%-
XYZ26.9820.8919.44-
YUV128.21121.68164.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=44.89%
G=25.94%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010411700.420.350.29349.7433.6355.69
HexB4687502A231D15e2238
Octal26415016505243355364270
Binary1011010011010001110101010101010001111101101011110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46875; }

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

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

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

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

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

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

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

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