#B17C7F

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

Shades of Turkish Rose #B17C7F

Tints of Turkish Rose #B17C7F

Color information

#B17C7F (or 0xB17C7F) is unknown color: approx Turkish Rose. HEX triplet: B1, 7C and 7F. RGB value is (177,124,127). Sum of RGB (Red+Green+Blue) = 177+124+127=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C7F is #4E8380. Grayscale: #8C8C8C. Windows color (decimal): -5145473 or 8354993. OLE color: 8354993.

HSL color Cylindrical-coordinate representation of color #B17C7F: hue angle of 356.6º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C7F is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177124127-
CMYK00.300.280.31
HSL356.6º25.36%59.02%-
HSV(B)356.6º29.94%69.41%-
XYZ29.1725.2923.42-
YUV140.19120.56154.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 127 (50% from 255) = 29.67%
R=41.36%
G=28.97%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712412700.300.280.31356.625.3659.02
HexB17C7F01E1C1F165193b
Octal26117417703634375453173
Binary1011000111111001111111011110111001111110110010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C7F; }

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

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

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

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

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

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

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

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