#B16769

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

Shades of Turkish Rose #B16769

Tints of Turkish Rose #B16769

Color information

#B16769 (or 0xB16769) is unknown color: approx Turkish Rose. HEX triplet: B1, 67 and 69. RGB value is (177,103,105). Sum of RGB (Red+Green+Blue) = 177+103+105=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B16769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16769 is #4E9896. Grayscale: #7D7D7D. Windows color (decimal): -5150871 or 6907825. OLE color: 6907825.

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

Color convert

RGB177103105-
CMYK00.420.410.31
HSL358.38º32.17%54.9%-
HSV(B)358.38º41.81%69.41%-
XYZ25.5320.0715.89-
YUV125.35116.52164.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=45.97%
G=26.75%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710310500.420.410.31358.3832.1754.9
HexB1676902A291F1662037
Octal26114715105251375464067
Binary1011000111001111101001010101010100111111101100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16769; }

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

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

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

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

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

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

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

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