#B46675

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

Shades of Turkish Rose #B46675

Tints of Turkish Rose #B46675

Color information

#B46675 (or 0xB46675) is unknown color: approx Turkish Rose. HEX triplet: B4, 66 and 75. RGB value is (180,102,117). Sum of RGB (Red+Green+Blue) = 180+102+117=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B46675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46675 is #4B998A. Grayscale: #7F7F7F. Windows color (decimal): -4954507 or 7694004. OLE color: 7694004.

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

Color convert

RGB180102117-
CMYK00.430.350.29
HSL348.46º34.21%55.29%-
HSV(B)348.46º43.33%70.59%-
XYZ26.7820.4919.37-
YUV127.03122.34165.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=45.11%
G=25.56%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010211700.430.350.29348.4634.2155.29
HexB4667502B231D15c2237
Octal26414616505343355344267
Binary1011010011001101110101010101110001111101101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46675; }

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

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

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

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

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

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

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

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