#B46F71

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

Shades of Turkish Rose #B46F71

Tints of Turkish Rose #B46F71

Color information

#B46F71 (or 0xB46F71) is unknown color: approx Turkish Rose. HEX triplet: B4, 6F and 71. RGB value is (180,111,113). Sum of RGB (Red+Green+Blue) = 180+111+113=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F71 is #4B908E. Grayscale: #838383. Windows color (decimal): -4952207 or 7434164. OLE color: 7434164.

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

Color convert

RGB180111113-
CMYK00.380.370.29
HSL358.26º31.51%57.06%-
HSV(B)358.26º38.33%70.59%-
XYZ27.4922.2618.47-
YUV131.86117.36162.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=44.55%
G=27.48%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011111300.380.370.29358.2631.5157.06
HexB46F71026251D1662039
Octal26415716104645355464071
Binary1011010011011111110001010011010010111101101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F71; }

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

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

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

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

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

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

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

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