Html Css Color HEX #B1BFA0 Sprout

📋 copy color: '#B1BFA0'

red 177 ◦ green 191 ◦ blue 160

#B1BFA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #B1BFA0

Tints of Sprout #B1BFA0

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.3%

R = 33.52%
G = 36.17%
B = 30.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#B1BFA0 (or 0xB1BFA0) is known color: 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

RGB 177 191 160 -
CMYK 0.07 0 0.16 0.25
HSL 87.1º 0.19% 0.69% -
HSV(B) 87.1º 0.16% 0.75% -
XYZ 43.11 49.15 40.47 -
YUV 183.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 177 191 160 0.07 0 0.16 0.25 87.1 0.19 0.69
Hex B1 BF A0 7 0 10 19 57 13 45
Octal 261 277 240 7 0 20 31 127 23 105
Binary 10110001 10111111 10100000 111 0 10000 11001 1010111 10011 1000101

Color Harmonies of #B1BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BFA0

Black with #B1BFA0

Text Example


Text Example

White with #B1BFA0

Text Example


Text Example

HTML Codes & Css Web 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>