#B17F82

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

Shades of Turkish Rose #B17F82

Tints of Turkish Rose #B17F82

Color information

#B17F82 (or 0xB17F82) is unknown color: approx Turkish Rose. HEX triplet: B1, 7F and 82. RGB value is (177,127,130). Sum of RGB (Red+Green+Blue) = 177+127+130=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F82 is #4E807D. Grayscale: #8E8E8E. Windows color (decimal): -5144702 or 8552369. OLE color: 8552369.

HSL color Cylindrical-coordinate representation of color #B17F82: hue angle of 356.4º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F82 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB177127130-
CMYK00.280.270.31
HSL356.4º24.27%59.61%-
HSV(B)356.4º28.25%69.41%-
XYZ29.7526.1424.6-
YUV142.29121.06152.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=40.78%
G=29.26%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712713000.280.270.31356.424.2759.61
HexB17F8201C1B1F164183c
Octal26117720203433375443074
Binary10110001111111110000010011100110111111110110010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F82; }

 p { color: rgb(177,127,130); }

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

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

 a { background-color: rgb(177,127,130); }

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

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

 span { border-color: rgb(177,127,130); }

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