#B46575

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

Shades of Turkish Rose #B46575

Tints of Turkish Rose #B46575

Color information

#B46575 (or 0xB46575) is unknown color: approx Turkish Rose. HEX triplet: B4, 65 and 75. RGB value is (180,101,117). Sum of RGB (Red+Green+Blue) = 180+101+117=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46575 is #4B9A8A. Grayscale: #7E7E7E. Windows color (decimal): -4954763 or 7693748. OLE color: 7693748.

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

Color convert

RGB180101117-
CMYK00.440.350.29
HSL347.85º34.5%55.1%-
HSV(B)347.85º43.89%70.59%-
XYZ26.6920.319.34-
YUV126.44122.67166.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=45.23%
G=25.38%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010111700.440.350.29347.8534.555.1
HexB4657502C231D15c2237
Octal26414516505443355344267
Binary1011010011001011110101010110010001111101101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46575; }

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

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

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

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

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

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

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

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