#B0767C

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

Shades of Turkish Rose #B0767C

Tints of Turkish Rose #B0767C

Color information

#B0767C (or 0xB0767C) is unknown color: approx Turkish Rose. HEX triplet: B0, 76 and 7C. RGB value is (176,118,124). Sum of RGB (Red+Green+Blue) = 176+118+124=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0767C is #4F8983. Grayscale: #888888. Windows color (decimal): -5212548 or 8156848. OLE color: 8156848.

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

Color convert

RGB176118124-
CMYK00.330.300.31
HSL353.79º26.85%57.65%-
HSV(B)353.79º32.95%69.02%-
XYZ28.0223.6422.16-
YUV136.03121.22156.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=42.11%
G=28.23%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611812400.330.300.31353.7926.8557.65
HexB0767C0211E1F1621b3a
Octal26016617404136375423372
Binary10110000111011011111000100001111101111110110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0767C; }

 p { color: rgb(176,118,124); }

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

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

 a { background-color: rgb(176,118,124); }

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

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

 span { border-color: rgb(176,118,124); }

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