#B66569

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

Shades of Turkish Rose #B66569

Tints of Turkish Rose #B66569

Color information

#B66569 (or 0xB66569) is unknown color: approx Turkish Rose. HEX triplet: B6, 65 and 69. RGB value is (182,101,105). Sum of RGB (Red+Green+Blue) = 182+101+105=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B66569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66569 is #499A96. Grayscale: #7D7D7D. Windows color (decimal): -4823703 or 6907318. OLE color: 6907318.

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

Color convert

RGB182101105-
CMYK00.450.420.29
HSL357.04º35.68%55.49%-
HSV(B)357.04º44.51%71.37%-
XYZ26.4920.2715.88-
YUV125.68116.34168.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=46.91%
G=26.03%
B=27.06%

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
Decimal18210110500.450.420.29357.0435.6855.49
HexB6656902D2A1D1652437
Octal26614515105552355454467
Binary1011011011001011101001010110110101011101101100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66569; }

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

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

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

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

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

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

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

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