#B1666C

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

Shades of Turkish Rose #B1666C

Tints of Turkish Rose #B1666C

Color information

#B1666C (or 0xB1666C) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 6C. RGB value is (177,102,108). Sum of RGB (Red+Green+Blue) = 177+102+108=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1666C is #4E9993. Grayscale: #7D7D7D. Windows color (decimal): -5151124 or 7104177. OLE color: 7104177.

HSL color Cylindrical-coordinate representation of color #B1666C: hue angle of 355.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1666C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB177102108-
CMYK00.420.390.31
HSL355.2º32.47%54.71%-
HSV(B)355.2º42.37%69.41%-
XYZ25.5919.9316.69-
YUV125.11118.35165.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=45.74%
G=26.36%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710210800.420.390.31355.232.4754.71
HexB1666C02A271F1632037
Octal26114615405247375434067
Binary1011000111001101101100010101010011111111101100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1666C; }

 p { color: rgb(177,102,108); }

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

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

 a { background-color: rgb(177,102,108); }

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

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

 span { border-color: rgb(177,102,108); }

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