#B66F73

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

Shades of Turkish Rose #B66F73

Tints of Turkish Rose #B66F73

Color information

#B66F73 (or 0xB66F73) is unknown color: approx Turkish Rose. HEX triplet: B6, 6F and 73. RGB value is (182,111,115). Sum of RGB (Red+Green+Blue) = 182+111+115=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F73 is #49908C. Grayscale: #848484. Windows color (decimal): -4821133 or 7565238. OLE color: 7565238.

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

Color convert

RGB182111115-
CMYK00.390.370.29
HSL356.62º32.72%57.45%-
HSV(B)356.62º39.01%71.37%-
XYZ28.0722.5519.09-
YUV132.68118.02163.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=44.61%
G=27.21%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211111500.390.370.29356.6232.7257.45
HexB66F73027251D1652139
Octal26615716304745355454171
Binary1011011011011111110011010011110010111101101100101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F73; }

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

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

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

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

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

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

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

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