#B4656B

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

Shades of Turkish Rose #B4656B

Tints of Turkish Rose #B4656B

Color information

#B4656B (or 0xB4656B) is unknown color: approx Turkish Rose. HEX triplet: B4, 65 and 6B. RGB value is (180,101,107). Sum of RGB (Red+Green+Blue) = 180+101+107=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4656B is #4B9A94. Grayscale: #7D7D7D. Windows color (decimal): -4954773 or 7038388. OLE color: 7038388.

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

Color convert

RGB180101107-
CMYK00.440.410.29
HSL355.44º34.5%55.1%-
HSV(B)355.44º43.89%70.59%-
XYZ26.1320.0716.41-
YUV125.3117.67167.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=46.39%
G=26.03%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010110700.440.410.29355.4434.555.1
HexB4656B02C291D1632237
Octal26414515305451355434267
Binary1011010011001011101011010110010100111101101100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4656B; }

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

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

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

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

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

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

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

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