#B1676A

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

Shades of Turkish Rose #B1676A

Tints of Turkish Rose #B1676A

Color information

#B1676A (or 0xB1676A) is unknown color: approx Turkish Rose. HEX triplet: B1, 67 and 6A. RGB value is (177,103,106). Sum of RGB (Red+Green+Blue) = 177+103+106=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1676A is #4E9895. Grayscale: #7D7D7D. Windows color (decimal): -5150870 or 6973361. OLE color: 6973361.

HSL color Cylindrical-coordinate representation of color #B1676A: hue angle of 357.57º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1676A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB177103106-
CMYK00.420.400.31
HSL357.57º32.17%54.9%-
HSV(B)357.57º41.81%69.41%-
XYZ25.5820.0916.16-
YUV125.47117.02164.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=45.85%
G=26.68%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710310600.420.400.31357.5732.1754.9
HexB1676A02A281F1662037
Octal26114715205250375464067
Binary1011000111001111101010010101010100011111101100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1676A; }

 p { color: rgb(177,103,106); }

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

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

 a { background-color: rgb(177,103,106); }

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

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

 span { border-color: rgb(177,103,106); }

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