#B1636D

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

Shades of Turkish Rose #B1636D

Tints of Turkish Rose #B1636D

Color information

#B1636D (or 0xB1636D) is unknown color: approx Turkish Rose. HEX triplet: B1, 63 and 6D. RGB value is (177,99,109). Sum of RGB (Red+Green+Blue) = 177+99+109=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1636D is #4E9C92. Grayscale: #7B7B7B. Windows color (decimal): -5151891 or 7168945. OLE color: 7168945.

HSL color Cylindrical-coordinate representation of color #B1636D: hue angle of 352.31º 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 #B1636D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17799109-
CMYK00.440.380.31
HSL352.31º33.33%54.12%-
HSV(B)352.31º44.07%69.41%-
XYZ25.3519.3716.87-
YUV123.46119.84166.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=45.97%
G=25.71%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779910900.440.380.31352.3133.3354.12
HexB1636D02C261F1602136
Octal26114315505446375404166
Binary1011000111000111101101010110010011011111101100000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1636D; }

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

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

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

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

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

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

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

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