#B16972

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

Shades of Turkish Rose #B16972

Tints of Turkish Rose #B16972

Color information

#B16972 (or 0xB16972) is unknown color: approx Turkish Rose. HEX triplet: B1, 69 and 72. RGB value is (177,105,114). Sum of RGB (Red+Green+Blue) = 177+105+114=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B16972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16972 is #4E968D. Grayscale: #7F7F7F. Windows color (decimal): -5150350 or 7498161. OLE color: 7498161.

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

Color convert

RGB177105114-
CMYK00.410.360.31
HSL352.5º31.58%55.29%-
HSV(B)352.5º40.68%69.41%-
XYZ26.2220.6718.53-
YUV127.55120.35163.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=44.70%
G=26.52%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710511400.410.360.31352.531.5855.29
HexB16972029241F1602037
Octal26115116205144375404067
Binary1011000111010011110010010100110010011111101100000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16972; }

 p { color: rgb(177,105,114); }

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

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

 a { background-color: rgb(177,105,114); }

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

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

 span { border-color: rgb(177,105,114); }

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