#B4656E

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

Shades of Turkish Rose #B4656E

Tints of Turkish Rose #B4656E

Color information

#B4656E (or 0xB4656E) is unknown color: approx Turkish Rose. HEX triplet: B4, 65 and 6E. RGB value is (180,101,110). Sum of RGB (Red+Green+Blue) = 180+101+110=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4656E is #4B9A91. Grayscale: #7D7D7D. Windows color (decimal): -4954770 or 7234996. OLE color: 7234996.

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

Color convert

RGB180101110-
CMYK00.440.390.29
HSL353.16º34.5%55.1%-
HSV(B)353.16º43.89%70.59%-
XYZ26.2920.1417.25-
YUV125.65119.17166.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=46.04%
G=25.83%
B=28.13%

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
Decimal18010111000.440.390.29353.1634.555.1
HexB4656E02C271D1612237
Octal26414515605447355414267
Binary1011010011001011101110010110010011111101101100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4656E; }

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

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

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

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

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

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

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

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