#B4767C

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

Shades of Turkish Rose #B4767C

Tints of Turkish Rose #B4767C

Color information

#B4767C (or 0xB4767C) is unknown color: approx Turkish Rose. HEX triplet: B4, 76 and 7C. RGB value is (180,118,124). Sum of RGB (Red+Green+Blue) = 180+118+124=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4767C is #4B8983. Grayscale: #898989. Windows color (decimal): -4950404 or 8156852. OLE color: 8156852.

HSL color Cylindrical-coordinate representation of color #B4767C: hue angle of 354.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4767C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180118124-
CMYK00.340.310.29
HSL354.19º29.25%58.43%-
HSV(B)354.19º34.44%70.59%-
XYZ28.9424.1222.2-
YUV137.22120.54158.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=42.65%
G=27.96%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011812400.340.310.29354.1929.2558.43
HexB4767C0221F1D1621d3a
Octal26416617404237355423572
Binary10110100111011011111000100010111111110110110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4767C; }

 p { color: rgb(180,118,124); }

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

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

 a { background-color: rgb(180,118,124); }

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

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

 span { border-color: rgb(180,118,124); }

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