#B1767B

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

Shades of Turkish Rose #B1767B

Tints of Turkish Rose #B1767B

Color information

#B1767B (or 0xB1767B) is unknown color: approx Turkish Rose. HEX triplet: B1, 76 and 7B. RGB value is (177,118,123). Sum of RGB (Red+Green+Blue) = 177+118+123=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1767B is #4E8984. Grayscale: #888888. Windows color (decimal): -5147013 or 8091313. OLE color: 8091313.

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

Color convert

RGB177118123-
CMYK00.330.310.31
HSL354.92º27.44%57.84%-
HSV(B)354.92º33.33%69.41%-
XYZ28.1923.7321.83-
YUV136.21120.55157.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=42.34%
G=28.23%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711812300.330.310.31354.9227.4457.84
HexB1767B0211F1F1631b3a
Octal26116617304137375433372
Binary10110001111011011110110100001111111111110110001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1767B; }

 p { color: rgb(177,118,123); }

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

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

 a { background-color: rgb(177,118,123); }

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

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

 span { border-color: rgb(177,118,123); }

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