#B66F75

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

Shades of Turkish Rose #B66F75

Tints of Turkish Rose #B66F75

Color information

#B66F75 (or 0xB66F75) is unknown color: approx Turkish Rose. HEX triplet: B6, 6F and 75. RGB value is (182,111,117). Sum of RGB (Red+Green+Blue) = 182+111+117=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F75 is #49908A. Grayscale: #848484. Windows color (decimal): -4821131 or 7696310. OLE color: 7696310.

HSL color Cylindrical-coordinate representation of color #B66F75: hue angle of 354.93º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F75 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182111117-
CMYK00.390.360.29
HSL354.93º32.72%57.45%-
HSV(B)354.93º39.01%71.37%-
XYZ28.1922.619.71-
YUV132.91119.02163.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=44.39%
G=27.07%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211111700.390.360.29354.9332.7257.45
HexB66F75027241D1632139
Octal26615716504744355434171
Binary1011011011011111110101010011110010011101101100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F75; }

 p { color: rgb(182,111,117); }

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

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

 a { background-color: rgb(182,111,117); }

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

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

 span { border-color: rgb(182,111,117); }

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