#B5666C

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

Shades of Turkish Rose #B5666C

Tints of Turkish Rose #B5666C

Color information

#B5666C (or 0xB5666C) is unknown color: approx Turkish Rose. HEX triplet: B5, 66 and 6C. RGB value is (181,102,108). Sum of RGB (Red+Green+Blue) = 181+102+108=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5666C is #4A9993. Grayscale: #7E7E7E. Windows color (decimal): -4888980 or 7104181. OLE color: 7104181.

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

Color convert

RGB181102108-
CMYK00.440.400.29
HSL355.44º34.8%55.49%-
HSV(B)355.44º43.65%70.98%-
XYZ26.5120.4116.73-
YUV126.3117.67167.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=46.29%
G=26.09%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110210800.440.400.29355.4434.855.49
HexB5666C02C281D1632337
Octal26514615405450355434367
Binary1011010111001101101100010110010100011101101100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5666C; }

 p { color: rgb(181,102,108); }

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

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

 a { background-color: rgb(181,102,108); }

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

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

 span { border-color: rgb(181,102,108); }

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