#B8666A

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

Shades of Turkish Rose #B8666A

Tints of Turkish Rose #B8666A

Color information

#B8666A (or 0xB8666A) is unknown color: approx Turkish Rose. HEX triplet: B8, 66 and 6A. RGB value is (184,102,106). Sum of RGB (Red+Green+Blue) = 184+102+106=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8666A is #479995. Grayscale: #7F7F7F. Windows color (decimal): -4692374 or 6973112. OLE color: 6973112.

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

Color convert

RGB184102106-
CMYK00.450.420.28
HSL357.07º36.61%56.08%-
HSV(B)357.07º44.57%72.16%-
XYZ27.1220.7316.21-
YUV126.97116.17168.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=46.94%
G=26.02%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410210600.450.420.28357.0736.6156.08
HexB8666A02D2A1C1652538
Octal27014615205552345454570
Binary1011100011001101101010010110110101011100101100101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8666A; }

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

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

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

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

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

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

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

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