#B07174

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

Shades of Turkish Rose #B07174

Tints of Turkish Rose #B07174

Color information

#B07174 (or 0xB07174) is unknown color: approx Turkish Rose. HEX triplet: B0, 71 and 74. RGB value is (176,113,116). Sum of RGB (Red+Green+Blue) = 176+113+116=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B07174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07174 is #4F8E8B. Grayscale: #848484. Windows color (decimal): -5213836 or 7631280. OLE color: 7631280.

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

Color convert

RGB176113116-
CMYK00.360.340.31
HSL357.14º28.51%56.67%-
HSV(B)357.14º35.8%69.02%-
XYZ26.9622.319.41-
YUV132.18118.87159.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=43.46%
G=27.90%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611311600.360.340.31357.1428.5156.67
HexB07174024221F1651d39
Octal26016116404442375453571
Binary101100001110001111010001001001000101111110110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07174; }

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

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

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

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

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

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

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

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