#B5666E

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

Shades of Turkish Rose #B5666E

Tints of Turkish Rose #B5666E

Color information

#B5666E (or 0xB5666E) is unknown color: approx Turkish Rose. HEX triplet: B5, 66 and 6E. RGB value is (181,102,110). Sum of RGB (Red+Green+Blue) = 181+102+110=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5666E is #4A9991. Grayscale: #7E7E7E. Windows color (decimal): -4888978 or 7235253. OLE color: 7235253.

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

Color convert

RGB181102110-
CMYK00.440.390.29
HSL353.92º34.8%55.49%-
HSV(B)353.92º43.65%70.98%-
XYZ26.6220.4517.3-
YUV126.53118.67166.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=46.06%
G=25.95%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110211000.440.390.29353.9234.855.49
HexB5666E02C271D1622337
Octal26514615605447355424367
Binary1011010111001101101110010110010011111101101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5666E; }

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

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

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

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

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

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

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

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