Html Css Color HEX #B0BFA0 Sprout

📋 copy color: '#B0BFA0'

red 176 ◦ green 191 ◦ blue 160

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

Shades of Sprout #B0BFA0

Tints of Sprout #B0BFA0

RGB

 RED value IS 176 (69.14% from 255) = 33.4%

 GREEN value IS 191 (75% from 255) = 36.24%

 BLUE value IS 160 (62.89% from 255) = 30.36%

R = 33.4%
G = 36.24%
B = 30.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#B0BFA0 (or 0xB0BFA0) is known color: Sprout. HEX triplet: B0, BF and A0. RGB value is (176,191,160). Sum of RGB (Red+Green+Blue) = 176+191+160=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFA0 is #4F405F. Grayscale: #B7B7B7. Windows color (decimal): -5193824 or 10534832. OLE color: 10534832.

HSL color Cylindrical-coordinate representation of color #B0BFA0: hue angle of 89.03º 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 #B0BFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 160 -
CMYK 0.08 0 0.16 0.25
HSL 89.03º 0.19% 0.69% -
HSV(B) 89.03º 0.16% 0.75% -
XYZ 42.88 49.03 40.46 -
YUV 182.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 176 191 160 0.08 0 0.16 0.25 89.03 0.19 0.69
Hex B0 BF A0 8 0 10 19 59 13 45
Octal 260 277 240 10 0 20 31 131 23 105
Binary 10110000 10111111 10100000 1000 0 10000 11001 1011001 10011 1000101

Color Harmonies of #B0BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFA0

Black with #B0BFA0

Text Example


Text Example

White with #B0BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFA0; }

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

 H1.HeaderClassName
 {
   color: #B0BFA0;
 }
 .AnyTagClassName
 {
   color: #B0BFA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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