#B4646C

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

Shades of Turkish Rose #B4646C

Tints of Turkish Rose #B4646C

Color information

#B4646C (or 0xB4646C) is unknown color: approx Turkish Rose. HEX triplet: B4, 64 and 6C. RGB value is (180,100,108). Sum of RGB (Red+Green+Blue) = 180+100+108=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4646C is #4B9B93. Grayscale: #7C7C7C. Windows color (decimal): -4955028 or 7103668. OLE color: 7103668.

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

Color convert

RGB180100108-
CMYK00.440.400.29
HSL354º34.78%54.9%-
HSV(B)354º44.44%70.59%-
XYZ26.0919.916.65-
YUV124.83118.5167.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=46.39%
G=25.77%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010010800.440.400.2935434.7854.9
HexB4646C02C281D1622337
Octal26414415405450355424367
Binary1011010011001001101100010110010100011101101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4646C; }

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

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

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

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

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

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

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

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