#B07173

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

Shades of Turkish Rose #B07173

Tints of Turkish Rose #B07173

Color information

#B07173 (or 0xB07173) is unknown color: approx Turkish Rose. HEX triplet: B0, 71 and 73. RGB value is (176,113,115). Sum of RGB (Red+Green+Blue) = 176+113+115=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B07173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07173 is #4F8E8C. Grayscale: #848484. Windows color (decimal): -5213837 or 7565744. OLE color: 7565744.

HSL color Cylindrical-coordinate representation of color #B07173: hue angle of 358.1º 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 #B07173 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176113115-
CMYK00.360.350.31
HSL358.1º28.51%56.67%-
HSV(B)358.1º35.8%69.02%-
XYZ26.922.2819.1-
YUV132.06118.37159.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=43.56%
G=27.97%
B=28.47%

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
Decimal17611311500.360.350.31358.128.5156.67
HexB07173024231F1661d39
Octal26016116304443375463571
Binary101100001110001111001101001001000111111110110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07173; }

 p { color: rgb(176,113,115); }

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

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

 a { background-color: rgb(176,113,115); }

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

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

 span { border-color: rgb(176,113,115); }

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