#B17273

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

Shades of Turkish Rose #B17273

Tints of Turkish Rose #B17273

Color information

#B17273 (or 0xB17273) is unknown color: approx Turkish Rose. HEX triplet: B1, 72 and 73. RGB value is (177,114,115). Sum of RGB (Red+Green+Blue) = 177+114+115=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B17273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17273 is #4E8D8C. Grayscale: #858585. Windows color (decimal): -5148045 or 7566001. OLE color: 7566001.

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

Color convert

RGB177114115-
CMYK00.360.350.31
HSL359.05º28.77%57.06%-
HSV(B)359.05º35.59%69.41%-
XYZ27.2422.6219.15-
YUV132.95117.87159.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=43.60%
G=28.08%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711411500.360.350.31359.0528.7757.06
HexB17273024231F1671d39
Octal26116216304443375473571
Binary101100011110010111001101001001000111111110110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17273; }

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

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

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

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

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

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

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

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