#B1636A

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

Shades of Turkish Rose #B1636A

Tints of Turkish Rose #B1636A

Color information

#B1636A (or 0xB1636A) is unknown color: approx Turkish Rose. HEX triplet: B1, 63 and 6A. RGB value is (177,99,106). Sum of RGB (Red+Green+Blue) = 177+99+106=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1636A is #4E9C95. Grayscale: #7B7B7B. Windows color (decimal): -5151894 or 6972337. OLE color: 6972337.

HSL color Cylindrical-coordinate representation of color #B1636A: hue angle of 354.62º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1636A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17799106-
CMYK00.440.400.31
HSL354.62º33.33%54.12%-
HSV(B)354.62º44.07%69.41%-
XYZ25.1919.3116.04-
YUV123.12118.34166.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=46.34%
G=25.92%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779910600.440.400.31354.6233.3354.12
HexB1636A02C281F1632136
Octal26114315205450375434166
Binary1011000111000111101010010110010100011111101100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1636A; }

 p { color: rgb(177,99,106); }

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

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

 a { background-color: rgb(177,99,106); }

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

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

 span { border-color: rgb(177,99,106); }

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