#B07761

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

Shades of Toast #B07761

Tints of Toast #B07761

Color information

#B07761 (or 0xB07761) is unknown color: approx Toast. HEX triplet: B0, 77 and 61. RGB value is (176,119,97). Sum of RGB (Red+Green+Blue) = 176+119+97=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07761 is #4F889E. Grayscale: #858585. Windows color (decimal): -5212319 or 6387632. OLE color: 6387632.

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

Color convert

RGB17611997-
CMYK00.320.450.31
HSL16.71º33.33%53.53%-
HSV(B)16.71º44.89%69.02%-
XYZ26.6623.2914.4-
YUV133.54107.38158.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=44.90%
G=30.36%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761199700.320.450.3116.7133.3353.53
HexB077610202D1F112136
Octal2601671410405537214166
Binary101100001110111110000101000001011011111110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07761; }

 p { color: rgb(176,119,97); }

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

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

 a { background-color: rgb(176,119,97); }

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

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

 span { border-color: rgb(176,119,97); }

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