#B46B76

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

Shades of Turkish Rose #B46B76

Tints of Turkish Rose #B46B76

Color information

#B46B76 (or 0xB46B76) is unknown color: approx Turkish Rose. HEX triplet: B4, 6B and 76. RGB value is (180,107,118). Sum of RGB (Red+Green+Blue) = 180+107+118=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B76 is #4B9489. Grayscale: #828282. Windows color (decimal): -4953226 or 7760820. OLE color: 7760820.

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

Color convert

RGB180107118-
CMYK00.410.340.29
HSL350.96º32.74%56.27%-
HSV(B)350.96º40.56%70.59%-
XYZ27.3521.5319.85-
YUV130.08121.18163.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=44.44%
G=26.42%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010711800.410.340.29350.9632.7456.27
HexB46B76029221D15f2138
Octal26415316605142355374170
Binary1011010011010111110110010100110001011101101011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B76; }

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

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

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

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

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

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

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

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