#B5666D

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

Shades of Turkish Rose #B5666D

Tints of Turkish Rose #B5666D

Color information

#B5666D (or 0xB5666D) is unknown color: approx Turkish Rose. HEX triplet: B5, 66 and 6D. RGB value is (181,102,109). Sum of RGB (Red+Green+Blue) = 181+102+109=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5666D is #4A9992. Grayscale: #7E7E7E. Windows color (decimal): -4888979 or 7169717. OLE color: 7169717.

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

Color convert

RGB181102109-
CMYK00.440.400.29
HSL354.68º34.8%55.49%-
HSV(B)354.68º43.65%70.98%-
XYZ26.5720.4317.01-
YUV126.42118.17166.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=46.17%
G=26.02%
B=27.81%

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
Decimal18110210900.440.400.29354.6834.855.49
HexB5666D02C281D1632337
Octal26514615505450355434367
Binary1011010111001101101101010110010100011101101100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5666D; }

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

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

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

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

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

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

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

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