#B16674

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

Shades of Turkish Rose #B16674

Tints of Turkish Rose #B16674

Color information

#B16674 (or 0xB16674) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 74. RGB value is (177,102,116). Sum of RGB (Red+Green+Blue) = 177+102+116=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B16674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16674 is #4E998B. Grayscale: #7E7E7E. Windows color (decimal): -5151116 or 7628465. OLE color: 7628465.

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

Color convert

RGB177102116-
CMYK00.420.340.31
HSL348.8º32.47%54.71%-
HSV(B)348.8º42.37%69.41%-
XYZ26.0420.1119.03-
YUV126.02122.35164.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=44.81%
G=25.82%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710211600.420.340.31348.832.4754.71
HexB1667402A221F15d2037
Octal26114616405242375354067
Binary1011000111001101110100010101010001011111101011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16674; }

 p { color: rgb(177,102,116); }

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

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

 a { background-color: rgb(177,102,116); }

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

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

 span { border-color: rgb(177,102,116); }

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