#B4646D

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

Shades of Turkish Rose #B4646D

Tints of Turkish Rose #B4646D

Color information

#B4646D (or 0xB4646D) is unknown color: approx Turkish Rose. HEX triplet: B4, 64 and 6D. RGB value is (180,100,109). Sum of RGB (Red+Green+Blue) = 180+100+109=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4646D is #4B9B92. Grayscale: #7C7C7C. Windows color (decimal): -4955027 or 7169204. OLE color: 7169204.

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

Color convert

RGB180100109-
CMYK00.440.390.29
HSL353.25º34.78%54.9%-
HSV(B)353.25º44.44%70.59%-
XYZ26.1419.9216.94-
YUV124.95119167.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=46.27%
G=25.71%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010010900.440.390.29353.2534.7854.9
HexB4646D02C271D1612337
Octal26414415505447355414367
Binary1011010011001001101101010110010011111101101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4646D; }

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

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

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

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

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

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

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

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