#B86669

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

Shades of Turkish Rose #B86669

Tints of Turkish Rose #B86669

Color information

#B86669 (or 0xB86669) is unknown color: approx Turkish Rose. HEX triplet: B8, 66 and 69. RGB value is (184,102,105). Sum of RGB (Red+Green+Blue) = 184+102+105=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B86669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86669 is #479996. Grayscale: #7E7E7E. Windows color (decimal): -4692375 or 6907576. OLE color: 6907576.

HSL color Cylindrical-coordinate representation of color #B86669: hue angle of 357.8º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86669 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184102105-
CMYK00.450.430.28
HSL357.8º36.61%56.08%-
HSV(B)357.8º44.57%72.16%-
XYZ27.0720.7115.94-
YUV126.86115.67168.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=47.06%
G=26.09%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410210500.450.430.28357.836.6156.08
HexB8666902D2B1C1662538
Octal27014615105553345464570
Binary1011100011001101101001010110110101111100101100110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86669; }

 p { color: rgb(184,102,105); }

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

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

 a { background-color: rgb(184,102,105); }

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

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

 span { border-color: rgb(184,102,105); }

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