#B46368

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

Shades of Turkish Rose #B46368

Tints of Turkish Rose #B46368

Color information

#B46368 (or 0xB46368) is unknown color: approx Turkish Rose. HEX triplet: B4, 63 and 68. RGB value is (180,99,104). Sum of RGB (Red+Green+Blue) = 180+99+104=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B46368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46368 is #4B9C97. Grayscale: #7B7B7B. Windows color (decimal): -4955288 or 6841268. OLE color: 6841268.

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

Color convert

RGB18099104-
CMYK00.450.420.29
HSL356.3º35.06%54.71%-
HSV(B)356.3º45%70.59%-
XYZ25.7819.6315.53-
YUV123.79116.84168.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=47.00%
G=25.85%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809910400.450.420.29356.335.0654.71
HexB4636802D2A1D1642337
Octal26414315005552355444367
Binary1011010011000111101000010110110101011101101100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46368; }

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

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

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

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

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

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

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

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