#B1765F

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

Shades of Toast #B1765F

Tints of Toast #B1765F

Color information

#B1765F (or 0xB1765F) is unknown color: approx Toast. HEX triplet: B1, 76 and 5F. RGB value is (177,118,95). Sum of RGB (Red+Green+Blue) = 177+118+95=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1765F is #4E89A0. Grayscale: #858585. Windows color (decimal): -5147041 or 6256305. OLE color: 6256305.

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

Color convert

RGB17711895-
CMYK00.330.460.31
HSL16.83º34.45%53.33%-
HSV(B)16.83º46.33%69.41%-
XYZ26.6823.1313.89-
YUV133.02106.55159.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=45.38%
G=30.26%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771189500.330.460.3116.8334.4553.33
HexB1765F0212E1F112235
Octal2611661370415637214265
Binary101100011110110101111101000011011101111110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1765F; }

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

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

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

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

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

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

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

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