#B46473

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

Shades of Turkish Rose #B46473

Tints of Turkish Rose #B46473

Color information

#B46473 (or 0xB46473) is unknown color: approx Turkish Rose. HEX triplet: B4, 64 and 73. RGB value is (180,100,115). Sum of RGB (Red+Green+Blue) = 180+100+115=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B46473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46473 is #4B9B8C. Grayscale: #7D7D7D. Windows color (decimal): -4955021 or 7562420. OLE color: 7562420.

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

Color convert

RGB180100115-
CMYK00.440.360.29
HSL348.75º34.78%54.9%-
HSV(B)348.75º44.44%70.59%-
XYZ26.4720.0618.7-
YUV125.63122166.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=45.57%
G=25.32%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010011500.440.360.29348.7534.7854.9
HexB4647302C241D15d2337
Octal26414416305444355354367
Binary1011010011001001110011010110010010011101101011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46473; }

 p { color: rgb(180,100,115); }

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

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

 a { background-color: rgb(180,100,115); }

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

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

 span { border-color: rgb(180,100,115); }

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