#B46876

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

Shades of Turkish Rose #B46876

Tints of Turkish Rose #B46876

Color information

#B46876 (or 0xB46876) is unknown color: approx Turkish Rose. HEX triplet: B4, 68 and 76. RGB value is (180,104,118). Sum of RGB (Red+Green+Blue) = 180+104+118=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B46876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46876 is #4B9789. Grayscale: #808080. Windows color (decimal): -4953994 or 7760052. OLE color: 7760052.

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

Color convert

RGB180104118-
CMYK00.420.340.29
HSL348.95º33.63%55.69%-
HSV(B)348.95º42.22%70.59%-
XYZ27.0420.9119.75-
YUV128.32122.18164.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=44.78%
G=25.87%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010411800.420.340.29348.9533.6355.69
HexB4687602A221D15d2238
Octal26415016605242355354270
Binary1011010011010001110110010101010001011101101011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46876; }

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

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

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

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

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

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

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

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