#B4656C

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

Shades of Turkish Rose #B4656C

Tints of Turkish Rose #B4656C

Color information

#B4656C (or 0xB4656C) is unknown color: approx Turkish Rose. HEX triplet: B4, 65 and 6C. RGB value is (180,101,108). Sum of RGB (Red+Green+Blue) = 180+101+108=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4656C is #4B9A93. Grayscale: #7D7D7D. Windows color (decimal): -4954772 or 7103924. OLE color: 7103924.

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

Color convert

RGB180101108-
CMYK00.440.400.29
HSL354.68º34.5%55.1%-
HSV(B)354.68º43.89%70.59%-
XYZ26.1820.0916.69-
YUV125.42118.17166.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=46.27%
G=25.96%
B=27.76%

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
Decimal18010110800.440.400.29354.6834.555.1
HexB4656C02C281D1632237
Octal26414515405450355434267
Binary1011010011001011101100010110010100011101101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4656C; }

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

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

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

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

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

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

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

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