#B46776

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

Shades of Turkish Rose #B46776

Tints of Turkish Rose #B46776

Color information

#B46776 (or 0xB46776) is unknown color: approx Turkish Rose. HEX triplet: B4, 67 and 76. RGB value is (180,103,118). Sum of RGB (Red+Green+Blue) = 180+103+118=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B46776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46776 is #4B9889. Grayscale: #7F7F7F. Windows color (decimal): -4954250 or 7759796. OLE color: 7759796.

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

Color convert

RGB180103118-
CMYK00.430.340.29
HSL348.31º33.92%55.49%-
HSV(B)348.31º42.78%70.59%-
XYZ26.9420.7119.72-
YUV127.73122.51165.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=44.89%
G=25.69%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010311800.430.340.29348.3133.9255.49
HexB4677602B221D15c2237
Octal26414716605342355344267
Binary1011010011001111110110010101110001011101101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46776; }

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

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

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

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

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

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

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

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