#B17B7E

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

Shades of Turkish Rose #B17B7E

Tints of Turkish Rose #B17B7E

Color information

#B17B7E (or 0xB17B7E) is unknown color: approx Turkish Rose. HEX triplet: B1, 7B and 7E. RGB value is (177,123,126). Sum of RGB (Red+Green+Blue) = 177+123+126=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B7E is #4E8481. Grayscale: #8B8B8B. Windows color (decimal): -5145730 or 8289201. OLE color: 8289201.

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

Color convert

RGB177123126-
CMYK00.310.290.31
HSL356.67º25.71%58.82%-
HSV(B)356.67º30.51%69.41%-
XYZ28.9825.0223.04-
YUV139.49120.39154.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=41.55%
G=28.87%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712312600.310.290.31356.6725.7158.82
HexB17B7E01F1D1F1651a3b
Octal26117317603735375453273
Binary1011000111110111111110011111111011111110110010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B7E; }

 p { color: rgb(177,123,126); }

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

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

 a { background-color: rgb(177,123,126); }

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

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

 span { border-color: rgb(177,123,126); }

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