#B46371

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

Shades of Turkish Rose #B46371

Tints of Turkish Rose #B46371

Color information

#B46371 (or 0xB46371) is unknown color: approx Turkish Rose. HEX triplet: B4, 63 and 71. RGB value is (180,99,113). Sum of RGB (Red+Green+Blue) = 180+99+113=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B46371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46371 is #4B9C8E. Grayscale: #7C7C7C. Windows color (decimal): -4955279 or 7431092. OLE color: 7431092.

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

Color convert

RGB18099113-
CMYK00.450.370.29
HSL349.63º35.06%54.71%-
HSV(B)349.63º45%70.59%-
XYZ26.2619.8218.06-
YUV124.82121.34167.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=45.92%
G=25.26%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809911300.450.370.29349.6335.0654.71
HexB4637102D251D15e2337
Octal26414316105545355364367
Binary1011010011000111110001010110110010111101101011110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46371; }

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

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

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

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

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

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

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

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