#B46676

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

Shades of Turkish Rose #B46676

Tints of Turkish Rose #B46676

Color information

#B46676 (or 0xB46676) is unknown color: approx Turkish Rose. HEX triplet: B4, 66 and 76. RGB value is (180,102,118). Sum of RGB (Red+Green+Blue) = 180+102+118=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B46676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46676 is #4B9989. Grayscale: #7F7F7F. Windows color (decimal): -4954506 or 7759540. OLE color: 7759540.

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

Color convert

RGB180102118-
CMYK00.430.340.29
HSL347.69º34.21%55.29%-
HSV(B)347.69º43.33%70.59%-
XYZ26.8420.5119.68-
YUV127.15122.84165.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=45%
G=25.5%
B=29.5%

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
Decimal18010211800.430.340.29347.6934.2155.29
HexB4667602B221D15c2237
Octal26414616605342355344267
Binary1011010011001101110110010101110001011101101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46676; }

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

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

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

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

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

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

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

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