#B16675

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

Shades of Turkish Rose #B16675

Tints of Turkish Rose #B16675

Color information

#B16675 (or 0xB16675) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 75. RGB value is (177,102,117). Sum of RGB (Red+Green+Blue) = 177+102+117=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B16675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16675 is #4E998A. Grayscale: #7E7E7E. Windows color (decimal): -5151115 or 7694001. OLE color: 7694001.

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

Color convert

RGB177102117-
CMYK00.420.340.31
HSL348º32.47%54.71%-
HSV(B)348º42.37%69.41%-
XYZ26.0920.1319.34-
YUV126.14122.85164.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=44.70%
G=25.76%
B=29.55%

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
Decimal17710211700.420.340.3134832.4754.71
HexB1667502A221F15c2037
Octal26114616505242375344067
Binary1011000111001101110101010101010001011111101011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16675; }

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

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

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

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

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

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

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

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