#B07660

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

Shades of Toast #B07660

Tints of Toast #B07660

Color information

#B07660 (or 0xB07660) is unknown color: approx Toast. HEX triplet: B0, 76 and 60. RGB value is (176,118,96). Sum of RGB (Red+Green+Blue) = 176+118+96=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B07660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07660 is #4F899F. Grayscale: #848484. Windows color (decimal): -5212576 or 6321840. OLE color: 6321840.

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

Color convert

RGB17611896-
CMYK00.330.450.31
HSL16.5º33.61%53.33%-
HSV(B)16.5º45.45%69.02%-
XYZ26.4923.0314.12-
YUV132.83107.22158.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=45.13%
G=30.26%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761189600.330.450.3116.533.6153.33
HexB076600212D1F102235
Octal2601661400415537204265
Binary101100001110110110000001000011011011111110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07660; }

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

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

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

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

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

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

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

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