#B16567

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

Shades of Turkish Rose #B16567

Tints of Turkish Rose #B16567

Color information

#B16567 (or 0xB16567) is unknown color: approx Turkish Rose. HEX triplet: B1, 65 and 67. RGB value is (177,101,103). Sum of RGB (Red+Green+Blue) = 177+101+103=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B16567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16567 is #4E9A98. Grayscale: #7C7C7C. Windows color (decimal): -5151385 or 6776241. OLE color: 6776241.

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

Color convert

RGB177101103-
CMYK00.430.420.31
HSL358.42º32.76%54.51%-
HSV(B)358.42º42.94%69.41%-
XYZ25.2319.6315.29-
YUV123.95116.18165.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=46.46%
G=26.51%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710110300.430.420.31358.4232.7654.51
HexB1656702B2A1F1662137
Octal26114514705352375464167
Binary1011000111001011100111010101110101011111101100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16567; }

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

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

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

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

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

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

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

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