#B1BFA0

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

Shades of Sprout #B1BFA0

Tints of Sprout #B1BFA0

Color information

#B1BFA0 (or 0xB1BFA0) is unknown color: approx Sprout. HEX triplet: B1, BF and A0. RGB value is (177,191,160). Sum of RGB (Red+Green+Blue) = 177+191+160=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFA0 is #4E405F. Grayscale: #B7B7B7. Windows color (decimal): -5128288 or 10534833. OLE color: 10534833.

HSL color Cylindrical-coordinate representation of color #B1BFA0: hue angle of 87.1º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1BFA0 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB177191160-
CMYK0.0700.160.25
HSL87.1º19.5%68.82%-
HSV(B)87.1º16.23%74.9%-
XYZ43.1149.1540.47-
YUV183.28114.86123.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=33.52%
G=36.17%
B=30.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911600.0700.160.2587.119.568.82
HexB1BFA0701019571345
Octal26127724070203112723105
Binary101100011011111110100000111010000110011010111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFA0; }

 p { color: rgb(177,191,160); }

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

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

 a { background-color: rgb(177,191,160); }

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

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

 span { border-color: rgb(177,191,160); }

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