#B16975

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

Shades of Turkish Rose #B16975

Tints of Turkish Rose #B16975

Color information

#B16975 (or 0xB16975) is unknown color: approx Turkish Rose. HEX triplet: B1, 69 and 75. RGB value is (177,105,117). Sum of RGB (Red+Green+Blue) = 177+105+117=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B16975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16975 is #4E968A. Grayscale: #7F7F7F. Windows color (decimal): -5150347 or 7694769. OLE color: 7694769.

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

Color convert

RGB177105117-
CMYK00.410.340.31
HSL350º31.58%55.29%-
HSV(B)350º40.68%69.41%-
XYZ26.3920.7319.44-
YUV127.9121.85163.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=44.36%
G=26.32%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710511700.410.340.3135031.5855.29
HexB16975029221F15e2037
Octal26115116505142375364067
Binary1011000111010011110101010100110001011111101011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16975; }

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

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

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

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

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

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

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

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