#B66571

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

Shades of Turkish Rose #B66571

Tints of Turkish Rose #B66571

Color information

#B66571 (or 0xB66571) is unknown color: approx Turkish Rose. HEX triplet: B6, 65 and 71. RGB value is (182,101,113). Sum of RGB (Red+Green+Blue) = 182+101+113=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B66571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66571 is #499A8E. Grayscale: #7E7E7E. Windows color (decimal): -4823695 or 7431606. OLE color: 7431606.

HSL color Cylindrical-coordinate representation of color #B66571: hue angle of 351.11º degrees, saturation: 0.36, 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 #B66571 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182101113-
CMYK00.450.380.29
HSL351.11º35.68%55.49%-
HSV(B)351.11º44.51%71.37%-
XYZ26.9320.4418.15-
YUV126.59120.34167.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=45.96%
G=25.51%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210111300.450.380.29351.1135.6855.49
HexB6657102D261D15f2437
Octal26614516105546355374467
Binary1011011011001011110001010110110011011101101011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66571; }

 p { color: rgb(182,101,113); }

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

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

 a { background-color: rgb(182,101,113); }

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

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

 span { border-color: rgb(182,101,113); }

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